"""Test application.""" import app def test_main(): """Test main.""" actual = app.main() assert actual is True