From 60fb6cbad82bcd8e57daab8da562efcf5245da75 Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Tue, 27 Jan 2015 00:14:11 +0100 Subject: [PATCH] Add tests (dummy for starters) --- tests/test_diceware.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/test_diceware.py diff --git a/tests/test_diceware.py b/tests/test_diceware.py new file mode 100644 index 0000000..bc5723d --- /dev/null +++ b/tests/test_diceware.py @@ -0,0 +1,3 @@ + +def test_foo(): + assert 1 == 1 -- GitLab