This website requires JavaScript.
Explore
Help
Sign In
status-im
/
cabot
Watch
2
Star
0
Fork
0
You've already forked cabot
mirror of
https://github.com/status-im/cabot.git
synced
2025-02-24 10:28:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cabot
/
requirements-dev.txt
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test coverage support - Split out requirements in two files (testing and main) - Add Bash script running test with coverage - Add .coveragerc configuration file, including Django coverage plugin - Add post-build to Travis script running CodeCov
2016-12-20 17:38:22 +00:00
coverage==4.2
Update django_coverage_plugin It was complaining about TEMPLATE_DEBUG not being set, even though TEMPLATE_DEBUG now defaults to DEBUG. Newer versions of coverage plugin work properly
2017-02-16 15:07:48 +00:00
django_coverage_plugin==1.4.2
Add test coverage support - Split out requirements in two files (testing and main) - Add Bash script running test with coverage - Add .coveragerc configuration file, including Django coverage plugin - Add post-build to Travis script running CodeCov
2016-12-20 17:38:22 +00:00
mock==1.0.1
Re-add sqlalchemy requirement - it's still used for test result backend
2017-02-16 14:40:02 +00:00
sqlalchemy==1.1.5
Switch to using alpine linux for docker container
2017-02-09 18:32:00 +00:00
ipdb
Reference in New Issue
Copy Permalink