Skip to content

get rid of "__test_target__" et al #1129

Open
@melange396

Description

@melange396

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions