MCPcopy Index your code
hub / github.com/realpython/discover-flask / test

Function test

manage.py:20–23  ·  view source on GitHub ↗

Runs the unit tests without coverage.

()

Source from the content-addressed store, hash-verified

18
19@manager.command
20def test():
21 """Runs the unit tests without coverage."""
22 tests = unittest.TestLoader().discover('tests')
23 unittest.TextTestRunner(verbosity=2).run(tests)
24
25
26@manager.command

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected