From f9a4b0c5e57c0bc3c73ef9c5a159d3099d5c9fcb Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sun, 20 Dec 2015 10:02:56 +0530 Subject: [PATCH] Formatting correction --- tests/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 68b62b0..7159c00 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -64,7 +64,7 @@ def test_whole_1(tmpdir): assert (redis_db.llen("{hash_a}_pass".format(hash_a=hash_dir_name)) == 1) assert (redis_db.llen("{hash_a}_fail".format(hash_a=hash_dir_name)) == 1) assert (redis_db.llen("{hash_a}_skip".format(hash_a=hash_dir_name)) == 0) - + collected_tests = redis_db.lrange("{hash_a}_collect".format(hash_a=hash_dir_name), 0, -1) assert (collected_tests == ["test_1.py::test_pass", "test_1.py::test_fail"])