MCPcopy
hub / github.com/pandas-dev/pandas / check_test_naming.py

File check_test_naming.py

scripts/check_test_naming.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Check that test names start with `test`, and that test classes start with `Test`.
3
4This is meant to be run as a pre-commit hook - to run it manually, you can do:

Callers

nothing calls this directly

Calls 4

startswithMethod · 0.80
endswithMethod · 0.80
mainFunction · 0.70
readMethod · 0.45

Tested by

no test coverage detected