From e7a76a3e5aba95f8ebf87b43e971108919d8d4d8 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Tue, 17 Dec 2013 11:58:50 +0100 Subject: [PATCH] Added non selenium test --- test/test_something.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/test_something.py diff --git a/test/test_something.py b/test/test_something.py new file mode 100644 index 0000000..e8982c6 --- /dev/null +++ b/test/test_something.py @@ -0,0 +1,3 @@ + +def test_not_selenium(): + assert True