Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
""
"
2
Check that test names start
with
`test`, and that test classes start
with
`Test`.
3
4
This is meant to be run
as
a pre-commit hook - to run it manually, you can do:
Callers
nothing calls this directly
Calls
4
startswith
Method · 0.80
endswith
Method · 0.80
main
Function · 0.70
read
Method · 0.45
Tested by
no test coverage detected