Created
June 4, 2015 02:55
-
-
Save rbrito/59736ed280e569619e84 to your computer and use it in GitHub Desktop.
Output from tox on edx-downloader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tox | |
GLOB sdist-make: /home/rbrito/Desktop/cursos/edx-downloader/setup.py | |
py27 inst-nodeps: /home/rbrito/Desktop/cursos/edx-downloader/.tox/dist/edx-dl-0.0.zip | |
py27 runtests: PYTHONHASHSEED='3787261654' | |
py27 runtests: commands[0] | py.test -v --junitxml=/home/rbrito/Desktop/cursos/edx-downloader/.tox/py27/log/result.xml . | |
======================================================= test session starts ======================================================== | |
platform linux2 -- Python 2.7.10 -- py-1.4.28 -- pytest-2.7.1 -- /home/rbrito/Desktop/cursos/edx-downloader/.tox/py27/bin/python2.7 | |
rootdir: /home/rbrito/Desktop/cursos/edx-downloader, inifile: | |
collected 7 items | |
test_edx_dl.py::TestEdX::test_extract_units_from_html_multiple_units PASSED | |
test_edx_dl.py::TestEdX::test_extract_units_from_html_single_unit PASSED | |
test_edx_dl.py::TestEdX::test_failed_login PASSED | |
test_parsing.py::TestParsing::test_abridged01_json_subtitle PASSED | |
test_parsing.py::TestParsing::test_abridged02_json_subtitle PASSED | |
test_parsing.py::TestParsing::test_empty_json_subtitle PASSED | |
test_parsing.py::TestParsing::test_minimal_json_subtitle <- ../../../../../usr/lib/python2.7/unittest/case.py SKIPPED | |
--------------------- generated xml file: /home/rbrito/Desktop/cursos/edx-downloader/.tox/py27/log/result.xml ---------------------- | |
=============================================== 6 passed, 1 skipped in 2.22 seconds ================================================ | |
py34 inst-nodeps: /home/rbrito/Desktop/cursos/edx-downloader/.tox/dist/edx-dl-0.0.zip | |
py34 runtests: PYTHONHASHSEED='3787261654' | |
py34 runtests: commands[0] | py.test -v --junitxml=/home/rbrito/Desktop/cursos/edx-downloader/.tox/py34/log/result.xml . | |
======================================================= test session starts ======================================================== | |
platform linux -- Python 3.4.3 -- py-1.4.28 -- pytest-2.7.1 -- /home/rbrito/Desktop/cursos/edx-downloader/.tox/py34/bin/python3.4 | |
rootdir: /home/rbrito/Desktop/cursos/edx-downloader, inifile: | |
collected 7 items | |
test_edx_dl.py::TestEdX::test_extract_units_from_html_multiple_units PASSED | |
test_edx_dl.py::TestEdX::test_extract_units_from_html_single_unit PASSED | |
test_edx_dl.py::TestEdX::test_failed_login PASSED | |
test_parsing.py::TestParsing::test_abridged01_json_subtitle PASSED | |
test_parsing.py::TestParsing::test_abridged02_json_subtitle PASSED | |
test_parsing.py::TestParsing::test_empty_json_subtitle PASSED | |
test_parsing.py::TestParsing::test_minimal_json_subtitle SKIPPED | |
--------------------- generated xml file: /home/rbrito/Desktop/cursos/edx-downloader/.tox/py34/log/result.xml ---------------------- | |
=============================================== 6 passed, 1 skipped in 1.46 seconds ================================================ | |
pypy inst-nodeps: /home/rbrito/Desktop/cursos/edx-downloader/.tox/dist/edx-dl-0.0.zip | |
pypy runtests: PYTHONHASHSEED='3787261654' | |
pypy runtests: commands[0] | py.test -v --junitxml=/home/rbrito/Desktop/cursos/edx-downloader/.tox/pypy/log/result.xml . | |
======================================================= test session starts ======================================================== | |
platform linux2 -- Python 2.7.9[pypy-2.5.1-final] -- py-1.4.28 -- pytest-2.7.1 -- /home/rbrito/Desktop/cursos/edx-downloader/.tox/pypy/bin/pypy | |
rootdir: /home/rbrito/Desktop/cursos/edx-downloader, inifile: | |
collected 7 items | |
test_edx_dl.py::TestEdX::test_extract_units_from_html_multiple_units PASSED | |
test_edx_dl.py::TestEdX::test_extract_units_from_html_single_unit PASSED | |
test_edx_dl.py::TestEdX::test_failed_login PASSED | |
test_parsing.py::TestParsing::test_abridged01_json_subtitle PASSED | |
test_parsing.py::TestParsing::test_abridged02_json_subtitle PASSED | |
test_parsing.py::TestParsing::test_empty_json_subtitle PASSED | |
test_parsing.py::TestParsing::test_minimal_json_subtitle <- ../../../../../usr/lib/pypy/lib-python/2.7/unittest/case.py SKIPPED | |
--------------------- generated xml file: /home/rbrito/Desktop/cursos/edx-downloader/.tox/pypy/log/result.xml ---------------------- | |
=============================================== 6 passed, 1 skipped in 1.88 seconds ================================================ | |
_____________________________________________________________ summary ______________________________________________________________ | |
py27: commands succeeded | |
py34: commands succeeded | |
pypy: commands succeeded | |
congratulations :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I uninstalled it and reinstalled it via apt-get, and the same results: