source: OpenWorkouts-current/pytest.ini

current
Last change on this file was 5ec3a0b, checked in by borja <borja@…>, 5 years ago

Imported sources from the old python2-only repository:

  • Modified the code so it is python 3.6 compatible
  • Fixed deprecation warnings, pyramid 1.10.x supported now
  • Fixed deprecation warnings about some libraries, like pyramid-simpleform
  • Added pytest-pycodestyle and pytest-flakes for automatic checks on the source code files when running tests.
  • Added default pytest.ini setup to enforce some default parameters when running tests.
  • Cleaned up the code a bit, catched up with tests coverage.
  • Property mode set to 100644
File size: 218 bytes
Line 
1[pytest]
2testpaths = ow
3python_files = *.py
4norecursedirs = OpenWorkouts.egg-info _darcs bin etc var
5addopts = --tb=native -s --codestyle --flakes --cov ow --cov-report term-missing --doctest-modules --ignore setup.py
Note: See TracBrowser for help on using the repository browser.