Last change
on this file since 48:faeab569273e was 37:fe97cac0645e, checked in by Borja Lopez <borja@…>, 7 years ago |
Added pyflakes and pytest-flakes as dependencies.
Improved py.test configs so py.test is called by default with some parameters
|
File size:
200 bytes
|
Rev | Line | |
---|
[26] | 1 | [pytest]
|
---|
| 2 | testpaths = pyenvjasmine
|
---|
| 3 | python_files = *.py
|
---|
[37] | 4 | norecursedirs = pyenvjasmine.egg-info .hg tests/sample
|
---|
| 5 | addopts = --tb=native -s --flakes --cov pyenvjasmine --doctest-modules --ignore setup.py
|
---|
[26] | 6 |
|
---|
[37] | 7 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.