diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-27 18:10:33 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-27 18:10:33 -0500 |
| commit | b7083eaba5288d02dd4832e10de312cfd755ccae (patch) | |
| tree | 6096db3df2c2810ad310d35bdd4c3661f63f0f20 /Biz/PodcastItLater/TestMetricsView.py | |
| parent | 0356aac5ad591172967f688e71d1e4351c99c7fe (diff) | |
Fixes to get all tests passing
Diffstat (limited to 'Biz/PodcastItLater/TestMetricsView.py')
| -rw-r--r-- | Biz/PodcastItLater/TestMetricsView.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Biz/PodcastItLater/TestMetricsView.py b/Biz/PodcastItLater/TestMetricsView.py index b452feb..c6fdd46 100644 --- a/Biz/PodcastItLater/TestMetricsView.py +++ b/Biz/PodcastItLater/TestMetricsView.py @@ -109,7 +109,7 @@ class TestMetricsView(BaseWebTest): self.assertEqual(response.headers["Location"], "/") -def test() -> None: +def main() -> None: """Run the tests.""" Test.run( Web.area, @@ -118,4 +118,4 @@ def test() -> None: if __name__ == "__main__": - test() + main() |
