MCPcopy
hub / github.com/pallets/flask / Module

Class Module

tests/test_cli.py:49–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48def test_find_best_app(test_apps):
49 class Module:
50 app = Flask("appname")
51
52 assert find_best_app(Module) == Module.app
53

Callers 1

__init__.pyFile · 0.85

Calls 1

FlaskClass · 0.90

Tested by

no test coverage detected