From d1e8f5cf5cdd63b43a57fe637e0a4e9fd4ce499c Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Sun, 9 Apr 2017 19:44:28 -0700 Subject: [PATCH] Placeholder test (#1113) * Placeholder test * pep8 --- tests/test_placeholder.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_placeholder.py diff --git a/tests/test_placeholder.py b/tests/test_placeholder.py new file mode 100644 index 000000000..e81b0d2e1 --- /dev/null +++ b/tests/test_placeholder.py @@ -0,0 +1,4 @@ +# This test does nothing. It just lets us right click and run all tests straight from the `tests` folder. + +def test_nothing(): + assert True