mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
tests: added requirements.txt
This commit is contained in:
parent
32b1176a07
commit
815dba94af
@ -10,7 +10,7 @@ start-up a vagrant box
|
|||||||
|
|
||||||
install test requirements
|
install test requirements
|
||||||
|
|
||||||
pip install pytest caldav pycarddav
|
pip install -r requirements.txt
|
||||||
|
|
||||||
run the tests
|
run the tests
|
||||||
|
|
||||||
@ -19,8 +19,8 @@ run the tests
|
|||||||
to just run a subset of the tests (e.g. the ssh related ones):
|
to just run a subset of the tests (e.g. the ssh related ones):
|
||||||
|
|
||||||
pytest test_ssh.py
|
pytest test_ssh.py
|
||||||
|
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
============
|
============
|
||||||
|
|
||||||
@ -31,6 +31,3 @@ and there needs to be at least one assert statement.
|
|||||||
TODO
|
TODO
|
||||||
=====
|
=====
|
||||||
* dns
|
* dns
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
3
test/requirements.txt
Normal file
3
test/requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
pytest>=3.0.5
|
||||||
|
pyCardDAV==0.7.0
|
||||||
|
caldav==0.5
|
Loading…
Reference in New Issue
Block a user