update tests

This commit is contained in:
Josh Hawkins 2024-09-24 08:03:34 -05:00
parent 26c5620853
commit 9dbf87f2ce

View File

@ -121,6 +121,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
id = "123456.random" id = "123456.random"
id2 = "7890.random" id2 = "7890.random"
@ -157,6 +158,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
id = "123456.random" id = "123456.random"
@ -178,6 +180,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
id = "123456.random" id = "123456.random"
bad_id = "654321.other" bad_id = "654321.other"
@ -198,6 +201,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
id = "123456.random" id = "123456.random"
@ -220,6 +224,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
id = "123456.random" id = "123456.random"
@ -246,6 +251,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
morning_id = "123456.random" morning_id = "123456.random"
evening_id = "654321.random" evening_id = "654321.random"
@ -284,6 +290,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
id = "123456.random" id = "123456.random"
sub_label = "sub" sub_label = "sub"
@ -319,6 +326,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
id = "123456.random" id = "123456.random"
sub_label = "sub" sub_label = "sub"
@ -344,6 +352,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
with app.test_client() as client: with app.test_client() as client:
@ -361,6 +370,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
None, None,
None,
) )
id = "123456.random" id = "123456.random"
@ -382,6 +392,7 @@ class TestHttp(unittest.TestCase):
None, None,
None, None,
stats, stats,
None,
) )
with app.test_client() as client: with app.test_client() as client: