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
Output for Python 3.5, but same test failure for Python 3.6, 3.7 and 3.8.
$ nosetests --exe ...................................F. ====================================================================== FAIL: test_empty (tests.TestUniqueKeys) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/scraperwiki/scraperwiki-python/tests.py", line 140, in test_empty self.assertEqual(observed, {u'data': [], u'keys': []}) AssertionError: {'data': [], 'keys': ['seq', 'name', 'unique', 'origin', 'partial']} != {'data': [], 'keys': []} - {'data': [], 'keys': ['seq', 'name', 'unique', 'origin', 'partial']} + {'data': [], 'keys': []} ---------------------------------------------------------------------- Ran 37 tests in 1.218s FAILED (failures=1) The command "nosetests --exe" exited with 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Output for Python 3.5, but same test failure for Python 3.6, 3.7 and 3.8.
The text was updated successfully, but these errors were encountered: