python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pytest-Cov Show Coverage For Untouched Files
When I run my tests, I realised that pytest-cov only shows coverage reports for files that are touched during the automated tests. How can I set it so that it shows coverage for even files that are no...
Daniel
Votes: 0
Answers: 1
I need to test django filters applying different lookup_expr on the same field
I have a challenge model with fields: name, start_date and end_date. I need to apply different django filters to each field like this
class ChallengeFilter(filters.FilterSet):
class Meta:
...
Menna Magdy
Votes: 0
Answers: 1
How to test if url accepting query parameters using pytest-djnago
My django webserver url accept query-parameters. For ex. "mydomain.com?emp_name=abc&dept=admin".
I want to automate this write a test using pytest-djnago to see if the url accepts the qu...
V P
Votes: 0
Answers: 1
Pytest Github Action failed in Django REST API project
I have updated my workflow action from simple super-linter to PYTEST. I get the following error in github
Run pipenv install --deploy --dev
ERROR: Pipfile not found! Aborting! Please ensure that the f...
artistAhmed
Votes: 0
Answers: 0