Closed league closed 5 months ago
For reference, like_pmap.py
is being tested from test_scripts.py
, with a glob over TOOLS_DIR
.
Yes, it's test_scripts.py that looks at those files. It's an attempt to use static analysis with pylint to find problems with the scripts without having to run them.
Two places where regexes used
\d
without being "raw" strings. The one inlike_pmap
was showing up in tests as:~Though it's not yet clear to me how/why
like_pmap
is being imported into any tests...?~