[console_scripts]
pst = py_smart_test.smart_test_runner:app
pst-affected = py_smart_test.find_affected_modules:app
pst-gen = py_smart_test.generate_dependency_graph:main
pst-map = py_smart_test.test_module_mapper:main
pst-stale = py_smart_test.detect_graph_staleness:main
pst-watch = py_smart_test.watch_mode:watch_and_test
py-smart-test = py_smart_test.smart_test_runner:app

[pytest11]
py_smart_test = py_smart_test.pytest_plugin
