diff options
author | VG <vg@devys.org> | 2016-04-17 21:19:35 +0200 |
---|---|---|
committer | VG <vg@devys.org> | 2016-04-17 21:19:35 +0200 |
commit | a618c1db24abcc31652ca89eec109798ad80e927 (patch) | |
tree | 94430d2e5f6d6d1f125f7c084cd4678836fcd2ec /tests | |
parent | c68ac4fb82b55f4ea6fcc28b4cef5f7ee38db238 (diff) | |
download | wqueue-wip.tar.gz wqueue-wip.tar.bz2 wqueue-wip.zip |
Auto-commit on a1b67847229036e83e99cbdeee4d3459164b65c0wip
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tests.py | 6 |
1 files changed, 5 insertions, 1 deletions
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() |