Aether icon indicating copy to clipboard operation
Aether copied to clipboard

[FEAT] Develop a test suite

Open aaronjridley opened this issue 1 year ago • 0 comments

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 avatar Apr 13 '23 18:04 aaronjridley