From 1a722bbe7bb1918d26a073108ae362e731296a3e Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 11 Jul 2016 20:24:38 -0500 Subject: [PATCH] Add empty test file for our statistics module --- tests/unit/test_statistics.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/unit/test_statistics.py diff --git a/tests/unit/test_statistics.py b/tests/unit/test_statistics.py new file mode 100644 index 0000000..015e94b --- /dev/null +++ b/tests/unit/test_statistics.py @@ -0,0 +1,5 @@ +from flake8 import statistics as stats + + +def test_nothing(): + pass