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

Testing framework #53

Merged
merged 16 commits into from
Jan 7, 2021
Merged

Testing framework #53

merged 16 commits into from
Jan 7, 2021

Conversation

SaoirseWard
Copy link
Contributor

The test and input directories have been restructured in order for it to be easier to create quick-to-run tests. The test subdirectories and what they contain was based on the original test/SConscript file and how it broke up the testing components. build.sh has been edited to count .unit in the test child directories as opposed to the test directory. The test/SConscript file has been edited to call each SConscript file in the child directories. Each test subdirectory has an SConscript file to call the tests in the directory. Each input file has been checked to determine if it is working and the tests that do not work have been moved to the Obsolete subdirectory. The other .in files have been sorted based on what they test. Documentation has been written to explain each test as well as the testing infrastructure and how to create a new test.

@fearmayo
Copy link
Contributor

@SaoirseWard there are a few typos in the "The Testing Environment" page. Could you have a look and squash these?

@mabruzzo mabruzzo mentioned this pull request Dec 18, 2020
@fearmayo fearmayo merged commit 52c7334 into enzo-project:master Jan 7, 2021
@mabruzzo mabruzzo mentioned this pull request Jan 7, 2021
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

Successfully merging this pull request may close these issues.

2 participants