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

Refactor/Fix framework tests (config) #124

Merged
merged 5 commits into from
Nov 22, 2023
Merged

Refactor/Fix framework tests (config) #124

merged 5 commits into from
Nov 22, 2023

Conversation

andistorm
Copy link
Contributor

  • Use absolute paths -> tests binary doesn't depend on working directory
  • Add test_directory_setups: Creates for each test setup another directory to allow well-defined environments
  • Updates usage of Everest::Config constructor
  • Add setting options in config.yaml files to allow 'custom directories'
  • Add logging config

@andistorm
Copy link
Contributor Author

Can be build with

cmake -DBUILD_TESTING=ON ..
make tests

run with:

cd build/
./tests/tests

* Use absolute paths -> tests binary doesn't depend on working directory
* Add test_directory_setups:
  Creates for each test setup another directory to allow well-defined environments
* Updates usage of Everest::Config constructor
* Add setting options in config.yaml files to allow 'custom directories'
* Add logging config

Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
* Split up in broken_yaml, empty_yaml, empty_yaml_object, null_yaml, string_yaml

Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
@andistorm andistorm merged commit d234624 into main Nov 22, 2023
2 checks passed
@andistorm andistorm deleted the fix-unit-tests branch November 22, 2023 12:00
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