-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Move tests for tardis.util
from io/tests/test_config_reader to tests/test_util.py
#88
Comments
Thanks for the clarification! The function |
…l.py from test_config_reader.py to test_util.py
…reader.py to test_util.py
… test_config_reader to test_util
… test_config_reader to test_util
… test_config_reader to test_util
Fix for Issue #88: Moved test functions for tardis.util from test_config_reader
FYI @wkerzendorf: Move has been performed - no longer an issue - closing... |
The tests are located in the wrong place.
Also add tests for 'si2' and other species without space.
There are functions in test_config_reader (like
test_species_string_to_species()
that test functions that are located in util. These functions should be moved totest_util.py
.The text was updated successfully, but these errors were encountered: