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

Test Debug Implementations #176

Open
Anders429 opened this issue Mar 16, 2023 · 0 comments
Open

Test Debug Implementations #176

Anders429 opened this issue Mar 16, 2023 · 0 comments
Labels
C - Testing Category: Verifying the correctness of code. P - Low Priority: Not particularly urgent.

Comments

@Anders429
Copy link
Owner

Although Debug implementations aren't considered stable here (they aren't in the Rust standard library either), it is still a good idea to test to ensure the debug output is as intended.

The main obstacle here will be dealing with the arbitrary internal order of Archetypes. There needs to be some way to test the output is correct, even if the order of debug strings is not guaranteed.

@Anders429 Anders429 added C - Testing Category: Verifying the correctness of code. P - Low Priority: Not particularly urgent. labels Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - Testing Category: Verifying the correctness of code. P - Low Priority: Not particularly urgent.
Projects
None yet
Development

No branches or pull requests

1 participant