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

[FEAT] Develop a test suite #97

Open
aaronjridley opened this issue Apr 13, 2023 · 0 comments
Open

[FEAT] Develop a test suite #97

aaronjridley opened this issue Apr 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@aaronjridley
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I would like to set up short tests and long tests that can be implemented through a script. These can then be run either individually or with a script that goes through all of them.

Describe the solution you'd like
Assuming that all of the tests can be run through the aether.json files.

Have a bunch of directories with different aether.json + input files. These would be cycled through and run with a python script that would go through each directory name, run the test and then run the comparison tool to make sure that the run passes.

Need to develop a comparison tool.

Unit tests would be performed differently. There could be a bunch of sub-directories with different "main.c" codes that would perform unit tests on different functions. This is pretty different than what is above, but needs to happen too.

@aaronjridley aaronjridley added the enhancement New feature or request label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant