diff options
author | David Lord <davidism@gmail.com> | 2018-10-17 09:12:40 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2018-10-17 12:47:51 -0700 |
commit | a8c7d1b9737fda3b3092d5950a021398f06955b5 (patch) | |
tree | 727ec1dd7a76e78fb35db3c162c10d9f1945e01b /tox.ini | |
parent | ccc67a137fb912eb65c6959107d0d5bc69db3890 (diff) | |
download | itsdangerous-a8c7d1b9737fda3b3092d5950a021398f06955b5.tar.gz |
split tests into modules, use pytest, 100% coveragesplit
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,9 @@ skip_missing_interpreters = true [testenv] setenv = COVERAGE_FILE = .coverage.{envname} -deps = pytest-cov +deps = + pytest-cov + freezegun commands = pytest --cov --cov-report= {posargs} [testenv:stylecheck] |