test_ok2/testing
Bruno Oliveira 74b54ac0ec Fix errors related to warnings raised on pypy test environment
For some reason pypy raises this warning in the line that the catch_warnings block was added:

______________________________ ERROR collecting  ______________________________
C:\ProgramData\chocolatey\lib\python.pypy\tools\pypy2-v5.4.1-win32\lib-python\2.7\pkgutil.py:476: in find_loader
    loader = importer.find_module(fullname)
c:\pytest\.tox\pypy\site-packages\_pytest\assertion\rewrite.py:75: in find_module
    fd, fn, desc = imp.find_module(lastname, path)
<builtin>/?:3: in anonymous
    ???
E   ImportWarning: Not importing directory 'c:\users\bruno\appdata\local\temp\pytest-of-Bruno\pytest-3192\testdir\test_cmdline_python_package0' missing __init__.py
2017-03-21 22:32:41 -03:00
..
code Fix test in py26 that expected a floor division error message 2017-03-16 23:07:03 -03:00
freeze Use PyInstaller for freeze test env 2016-07-26 22:02:37 -03:00
python Clean up warnings generated by pytest's own suite 2017-03-20 22:13:17 -03:00
acceptance_test.py Fix errors related to warnings raised on pypy test environment 2017-03-21 22:32:41 -03:00
deprecated_test.py Merge remote-tracking branch 'upstream/features' into integrate-pytest-warnings 2017-03-20 19:59:05 -03:00
test_argcomplete.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_assertion.py Merge remote-tracking branch 'upstream/features' into integrate-pytest-warnings 2017-03-20 19:59:05 -03:00
test_assertrewrite.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_cache.py Fix test on linux 2017-03-20 23:44:50 -03:00
test_capture.py Replace py.builtin.print_() calls by builtin print() function 2017-03-16 22:46:51 -03:00
test_collection.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_compat.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_config.py Clean up warnings generated by pytest's own suite 2017-03-20 22:13:17 -03:00
test_conftest.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_doctest.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_entry_points.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_helpconfig.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_junitxml.py Merge remote-tracking branch 'upstream/features' into integrate-pytest-warnings 2017-03-20 19:59:05 -03:00
test_mark.py implement pytest.param 2017-03-17 16:53:43 +01:00
test_monkeypatch.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_nose.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_parseopt.py Clean up warnings generated by pytest's own suite 2017-03-20 22:13:17 -03:00
test_pastebin.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_pdb.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_pluginmanager.py Merge remote-tracking branch 'upstream/features' into integrate-pytest-warnings 2017-03-20 19:59:05 -03:00
test_pytester.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_recwarn.py Merge remote-tracking branch 'upstream/features' into integrate-pytest-warnings 2017-03-20 19:59:05 -03:00
test_resultlog.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_runner.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_runner_xunit.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_session.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_skipping.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_terminal.py Merge remote-tracking branch 'upstream/features' into integrate-pytest-warnings 2017-03-20 19:59:05 -03:00
test_tmpdir.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_unittest.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
test_warnings.py Improve warning representation in terminal plugin and fix tests 2017-03-16 21:57:32 -03:00