summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/tests.py6
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()