From 912f7d9e01e77b45911915166965c780ff16d553 Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Sun, 11 Jun 2017 21:05:34 +0200 Subject: [PATCH] Add test instructions --- tests/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..e9eafca --- /dev/null +++ b/tests/README.md @@ -0,0 +1,18 @@ +Testing +======= + +Installing the test environment +------------------------------- + +### Debian-based distributions + +```shell-session +$ sudo apt install pypy python-tox +``` + +Running the tests +----------------- + +```shell-session +$ make test +```