Skip to content

Instantly share code, notes, and snippets.

@semarj
Created June 19, 2014 17:16
Show Gist options
  • Save semarj/2e97279ae4d76b581cb2 to your computer and use it in GitHub Desktop.
Save semarj/2e97279ae4d76b581cb2 to your computer and use it in GitHub Desktop.
(pytz_dev)[semarj@boldfox src]$ py.test -v
============================================================================================= test session starts ==============================================================================================
platform linux2 -- Python 2.6.6 -- py-1.4.20 -- pytest-2.5.2 -- /home/semarj/.virtualenvs/pytz_dev/bin/python
collected 41 items / 1 errors
pytz/tests/test_docs.py:12: DocumentationTestCase.test_readme_encoding PASSED
pytz/tests/test_docs.py:21: test_suite PASSED
pytz/tests/test_lazy.py:90: LazyListTestCase.test_append PASSED
pytz/tests/test_lazy.py:39: LazyListTestCase.test_binary_ops PASSED
pytz/tests/test_lazy.py:71: LazyListTestCase.test_bool PASSED
pytz/tests/test_lazy.py:83: LazyListTestCase.test_callable PASSED
pytz/tests/test_lazy.py:95: LazyListTestCase.test_count PASSED
pytz/tests/test_lazy.py:148: LazyListTestCase.test_delitem PASSED
pytz/tests/test_lazy.py:177: LazyListTestCase.test_delslice PASSED
pytz/tests/test_lazy.py:101: LazyListTestCase.test_extend PASSED
pytz/tests/test_lazy.py:137: LazyListTestCase.test_getitem PASSED
pytz/tests/test_lazy.py:162: LazyListTestCase.test_getslice PASSED
pytz/tests/test_lazy.py:76: LazyListTestCase.test_hash PASSED
pytz/tests/test_lazy.py:66: LazyListTestCase.test_iadd PASSED
pytz/tests/test_lazy.py:98: LazyListTestCase.test_index PASSED
pytz/tests/test_lazy.py:106: LazyListTestCase.test_insert PASSED
pytz/tests/test_lazy.py:79: LazyListTestCase.test_isinstance PASSED
pytz/tests/test_lazy.py:159: LazyListTestCase.test_iter PASSED
pytz/tests/test_lazy.py:111: LazyListTestCase.test_pop PASSED
pytz/tests/test_lazy.py:115: LazyListTestCase.test_remove PASSED
pytz/tests/test_lazy.py:120: LazyListTestCase.test_reverse PASSED
pytz/tests/test_lazy.py:125: LazyListTestCase.test_reversed PASSED
pytz/tests/test_lazy.py:141: LazyListTestCase.test_setitem PASSED
pytz/tests/test_lazy.py:168: LazyListTestCase.test_setslice PASSED
pytz/tests/test_lazy.py:128: LazyListTestCase.test_sort PASSED
pytz/tests/test_lazy.py:134: LazyListTestCase.test_sorted PASSED
pytz/tests/test_lazy.py:27: LazyListTestCase.test_unary_ops PASSED
pytz/tests/test_lazy.py:266: LazySetTestCase.test_add PASSED
pytz/tests/test_lazy.py:213: LazySetTestCase.test_binary_ops PASSED
pytz/tests/test_lazy.py:248: LazySetTestCase.test_bool PASSED
pytz/tests/test_lazy.py:259: LazySetTestCase.test_callable PASSED
pytz/tests/test_lazy.py:306: LazySetTestCase.test_clear PASSED
pytz/tests/test_lazy.py:271: LazySetTestCase.test_copy PASSED
pytz/tests/test_lazy.py:291: LazySetTestCase.test_discard PASSED
pytz/tests/test_lazy.py:253: LazySetTestCase.test_hash PASSED
pytz/tests/test_lazy.py:235: LazySetTestCase.test_iops PASSED
pytz/tests/test_lazy.py:256: LazySetTestCase.test_isinstance PASSED
pytz/tests/test_lazy.py:274: LazySetTestCase.test_method_ops PASSED
pytz/tests/test_lazy.py:297: LazySetTestCase.test_pop PASSED
pytz/tests/test_lazy.py:301: LazySetTestCase.test_remove PASSED
pytz/tests/test_lazy.py:194: LazySetTestCase.test_unary_ops PASSED
==================================================================================================== ERRORS ====================================================================================================
__________________________________________________________________________________ ERROR collecting pytz/tests/test_tzinfo.py __________________________________________________________________________________
pytz/tests/test_tzinfo.py:34: in <module>
> GMT = pytz.timezone('GMT')
pytz/__init__.py:173: in timezone
> if zone in all_timezones_set:
E NameError: global name 'all_timezones_set' is not defined
====================================================================================== 41 passed, 1 error in 0.49 seconds ======================================================================================
(pytz_dev)[semarj@boldfox src]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment