From 815dba94af5c02ff222beed24b9c0bf040af73b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Steitz Date: Mon, 23 Jan 2017 21:12:13 +0100 Subject: [PATCH] tests: added requirements.txt --- test/README.md | 9 +++------ test/requirements.txt | 3 +++ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 test/requirements.txt diff --git a/test/README.md b/test/README.md index 9758ec7d..805e9d8e 100644 --- a/test/README.md +++ b/test/README.md @@ -10,7 +10,7 @@ start-up a vagrant box install test requirements - pip install pytest caldav pycarddav + pip install -r requirements.txt run the tests @@ -19,8 +19,8 @@ run the tests to just run a subset of the tests (e.g. the ssh related ones): pytest test_ssh.py - - + + Contributing ============ @@ -31,6 +31,3 @@ and there needs to be at least one assert statement. TODO ===== * dns - - - diff --git a/test/requirements.txt b/test/requirements.txt new file mode 100644 index 00000000..6c63d019 --- /dev/null +++ b/test/requirements.txt @@ -0,0 +1,3 @@ +pytest>=3.0.5 +pyCardDAV==0.7.0 +caldav==0.5