ioos / pyoos

A Python library for collecting Met/Ocean observations
GNU Lesser General Public License v3.0
34 stars 33 forks source link

Test #64

Closed ocefpaf closed 7 years ago

ocefpaf commented 7 years ago

Two minor changes here:

Note that if we do want to package tests we should move it inside to be a sub-package of pyoos instead as a root namespace tests is not desirable.

daf commented 7 years ago

Assume you saw reasons for failures:

==================================== ERRORS ====================================
______________ ERROR collecting tests/collectors/test_awc_rest.py ______________
tests/collectors/test_awc_rest.py:8: in <module>
    class AwcRestTest(unittest.TestCase):
tests/collectors/test_awc_rest.py:13: in AwcRestTest
    @pytest.mark.xfail
E   NameError: name 'pytest' is not defined
______________ ERROR collecting tests/collectors/test_awc_rest.py ______________
tests/collectors/test_awc_rest.py:8: in <module>
    class AwcRestTest(unittest.TestCase):
tests/collectors/test_awc_rest.py:13: in AwcRestTest
    @pytest.mark.xfail
E   NameError: name 'pytest' is not defined
ocefpaf commented 7 years ago

Assume you saw reasons for failures

Doing a lot of things at the same time and I forgot to import pytest so the skip works. The real failure is due to #63.

daf commented 7 years ago

Released on github and pushed to pypi.

ocefpaf commented 7 years ago

Released on github and pushed to pypi.

And updated on conda-forge https://github.com/conda-forge/pyoos-feedstock/pull/2/commits/a08751a20649801048e6d29227beebba56884302

Thanks @daf!