Skip to content

use pytest for testing, rather than a test function in each file #7

@mdbernard

Description

@mdbernard

A testing pipeline can be set up using pytest. Currently, for example, in kepler.py, a test function is set up to run in the if __name__ == '__main__' block, which is not conventionally correct. This test should be moved to a separate testing suite using pytest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions