This website requires JavaScript.
Explore
Help
Sign In
CIRCL
/
PyCIRCLean
mirror of
https://github.com/CIRCL/PyCIRCLean
Watch
2
Star
0
Fork
You've already forked PyCIRCLean
0
Code
Issues
Releases
Wiki
Activity
09e9266b45
PyCIRCLean
/
tox.ini
5 lines
76 B
INI
Raw
Normal View
History
Unescape
Escape
Added unit tests for FileBase
2016-12-09 02:12:08 +01:00
[tox]
chg: Use pipenv.
2019-02-10 18:19:50 +01:00
envlist
=
py36
Added unit tests for FileBase
2016-12-09 02:12:08 +01:00
[testenv]
Reorganize tests making them easier to run - The tests now automatically run depending on whether you have the dependencies installed, instead of failing and throwing exceptions. - CONTRIBUTING.md has more information on how to run the tests. - When the tests run, they will save their logs to /test_logs instead of printing them so you can read them later. - Change names of source file directories to make them more descriptive
2016-12-24 22:46:22 +01:00
commands
=
pytest --cov=kittengroomer --cov=bin