Skip to content

Improve organization of test code #98

@tuxalp

Description

@tuxalp
  • Find an agreement, how test code can be organized in a cleaner way.
  • Reorganize test code if necessary

Some test packages are still used in main application code, e.g.:

  • test_network_flow

See also:

Other suggestions:

  • Introduce a module test for all the test packages and make sure that this module is not imported in main app code
  • Add unit tests to existing packages and make them callable:
if __name__ == "__main__":
    unittest.main()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions