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

Add Proper Testing Infrastucture to slicec-cs #3330

Closed
InsertCreativityHere opened this issue Jun 8, 2023 · 1 comment
Closed

Add Proper Testing Infrastucture to slicec-cs #3330

InsertCreativityHere opened this issue Jun 8, 2023 · 1 comment

Comments

@InsertCreativityHere
Copy link
Member

In slicec we have an entire tests directory with a module of helper functions.
These tests are centralized (in the tests directory) and then organized into categories.

Whereas in slicec-cs our tests are more scattered and there's no central helper functions that can be re-used.
We should re-structure the tests in this crate to mimic what the slicec crate so writing and maintaining tests is easier.

@InsertCreativityHere
Copy link
Member Author

The eventual goal is to port slicec-cs to C# (See #3978), so adding tests to the Rust implementation is pointless now.

@InsertCreativityHere InsertCreativityHere closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant