Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure tests #5

Open
stuebingerb opened this issue Oct 16, 2024 · 0 comments
Open

Restructure tests #5

stuebingerb opened this issue Oct 16, 2024 · 0 comments

Comments

@stuebingerb
Copy link
Owner

Currently, the test cases seem to be a bit unstructured, with classes in the form of "GitHubIssue123", packages that are not present in production code, and other classes not ending on "Test".

To get a better overview of what is actually tested, tests should be restructured as following:

  • Implementation specific tests should be contained in a file with a "Test" suffix, i.e. functions in "Foo" should be tested in "FooTest" within the same package
  • Specification related tests should be structured in a way that follows the specification, and ideally reference the tested part
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant