From a618c1db24abcc31652ca89eec109798ad80e927 Mon Sep 17 00:00:00 2001 From: VG Date: Sun, 17 Apr 2016 21:19:35 +0200 Subject: Auto-commit on a1b67847229036e83e99cbdeee4d3459164b65c0 --- tests/tests.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/tests.py b/tests/tests.py index 7b5ec03..c880045 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -18,10 +18,14 @@ class TestFileQueue: def teardown(self): asyncio.set_event_loop(None) - def test_reload_from_filename(): + def test_reload_from_filename(self): self.pq. + def test_save_to_filename(self): + pass + def test_pass_one_job(self): + pass def test_persistent_queue(): pq = PersistentQueue() -- cgit v1.2.3