We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unittests starting with test__ are not discovered by python setup.py test:
test__
python setup.py test
...pygac/pygac/tests> grep test__ *.py test_klm.py: def test__validate_header(self): test_pod.py: def test__validate_header(self): test_pod.py: def test__get_calibrated_channels_uniform_shape(self, get_channels): test_pod.py: def test__adjust_clock_drift(self, avhrr_gac, get_tle_lines, test_reader.py: def test__read_scanlines(self): test_reader.py: def test__validate_header(self): test_reader.py: def test__correct_data_set_name(self): test_reader.py: def test__get_calibrated_channels_uniform_shape(self, get_channels):
Some of them are failing.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Unittests starting with
test__
are not discovered bypython setup.py test
:Some of them are failing.
The text was updated successfully, but these errors were encountered: