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

Unit test discovery #87

Closed
sfinkens opened this issue Oct 28, 2020 · 0 comments · Fixed by #98
Closed

Unit test discovery #87

sfinkens opened this issue Oct 28, 2020 · 0 comments · Fixed by #98

Comments

@sfinkens
Copy link
Member

Unittests starting with test__ are not discovered by 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.

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 a pull request may close this issue.

1 participant