Open
Description
many (if not all) of our integration and unit test files include the setting of a variable "__test_target__
". it is also frequently accompanied by a comment of a form similar to "# py3tester coverage target (equivalent to `import *`)
". they are no longer needed as we removed our dependence on py3tester a while ago. since then, we have even superstitiously perpetuated these code snippets in new test files created.
py3test
references should also be yeeted from the following files:
.github/workflows/ci.yaml
deploy.json
dev/docker/python/setup.sh
dev/local/install.sh
dev/local/setup.cfg
docs/new_endpoint_tutorial.md
docs/epidata_development.md
this is a subset of what i mentioned in a comment on issue 965
Metadata
Metadata
Assignees
Labels
No labels