-
Notifications
You must be signed in to change notification settings - Fork 43
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
Organize tests #91
Merged
Merged
Organize tests #91
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…" do not really test what they should Remove these tests, add "pvm2sdp cannot write zip" instead.
+ more refactoring for run_test.sh, outer_test.hs, spectrum_test.sh NB: ./test/spectrum_test.sh still not working davidsd#89
- Add common_test_setup.sh: common functions and variables such as $TEST_DATA_DIR - Rename run_test.sh -> sdpb_test.sh
This name is more informative
Also remove unused input test files
…test/run_all_tests.sh Add green/red test output
…ite all profiles and should FAIL Add separate check for failing profiling.0 and successful profiling.1
TODO update: - Docker.org - approx_objective examples and tests davidsd#90 - Outer_Limits.pdf listing
davidsd
approved these changes
Jul 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR organizes
test
folder, which used to be quite messy.Summary:
test/data/
and its subfolders.test/out/
(added to .gitignore) and its subfolders.test/run_all_tests.sh
(can be called from any folder, not only from root as before).run_all_tests.sh
finds and runs all scripts such assdpb_test.sh
,pvm2sdp_test.sh
, which are moved totest/tests/
folder.test/common_test_setup.sh
.test/out/log/
folder.