Closed Natim closed 9 years ago
Hurray !
Double hurray !
Do you guys can validate that BDD tests are run? I can't tell from the output. Also it is supposed to display the coverage but it doesn't seems to be the case.
@Natim - running ./manage.py test
ONLY runs the unit tests.
To run the BDD tests you need to do ./manage.py test BDD
.
However, we currently have failing BDD tests - I am working on fixing this.
I have never had coverage working on the BDD folder - is it necessary? I thought coverage was mainly for unit testing??
I thought coverage was mainly for unit testing??
Yes it is not for bdd tests but I does not seems to be running on the unit tests yet either.
OK - I think we should look into coveralls for this. See #48
PEP8 in current master is broken.