python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Different structure path of python base program
when i works with coverage i see that when i want to run test with it i must code for example like "coverage run manage.py test src.apps.accounts.tests " in terminal and when i want see the ...
fahime
Votes: 0
Answers: 1
Django testing models.py file
I am performing the Django for my models.py file
Here is my models.py file
import sys
from datetime import datetime
from dateutil.relativedelta import relativedelta
from django.apps import apps
from ...
Adarsh Srivastav
Votes: 0
Answers: 1
Problem running app with testCoverage enabled and jacoco
I have an Android project which is a library and this library comes with its own demo project, as usual.
The library is not developed by me, but I have the code.
If I compile the demo project, with th...

Sergio76
Votes: 0
Answers: 1