intermediate state after attempt with the plain env, DONT MERGE
This commit is contained in:
@@ -29,16 +29,16 @@ now execute the test specification::
|
||||
======= test session starts ========
|
||||
platform linux -- Python 3.x.y, pytest-3.x.y, py-1.x.y, pluggy-0.x.y
|
||||
rootdir: $REGENDOC_TMPDIR/nonpython, inifile:
|
||||
plugins: hypothesis-3.x.y
|
||||
collected 0 items / 1 errors
|
||||
collected 2 items
|
||||
|
||||
======= ERRORS ========
|
||||
_______ ERROR collecting test_simple.yml ________
|
||||
conftest.py:11: in collect
|
||||
import yaml # we need a yaml parser, e.g. PyYAML
|
||||
E ImportError: No module named 'yaml'
|
||||
!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!
|
||||
======= 1 error in 0.12 seconds ========
|
||||
test_simple.yml F.
|
||||
|
||||
======= FAILURES ========
|
||||
_______ usecase: hello ________
|
||||
usecase execution failed
|
||||
spec failed: 'some': 'other'
|
||||
no further details known at this point.
|
||||
======= 1 failed, 1 passed in 0.12 seconds ========
|
||||
|
||||
.. regendoc:wipe
|
||||
|
||||
@@ -59,19 +59,20 @@ consulted when reporting in ``verbose`` mode::
|
||||
|
||||
nonpython $ pytest -v
|
||||
======= test session starts ========
|
||||
platform linux -- Python 3.x.y, pytest-3.x.y, py-1.x.y, pluggy-0.x.y -- $PYTHON_PREFIX/bin/python3
|
||||
platform linux -- Python 3.x.y, pytest-3.x.y, py-1.x.y, pluggy-0.x.y -- $PYTHON_PREFIX/bin/python3.5
|
||||
cachedir: .cache
|
||||
rootdir: $REGENDOC_TMPDIR/nonpython, inifile:
|
||||
plugins: hypothesis-3.x.y
|
||||
collecting ... collected 0 items / 1 errors
|
||||
collecting ... collected 2 items
|
||||
|
||||
======= ERRORS ========
|
||||
_______ ERROR collecting test_simple.yml ________
|
||||
conftest.py:11: in collect
|
||||
import yaml # we need a yaml parser, e.g. PyYAML
|
||||
E ImportError: No module named 'yaml'
|
||||
!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!
|
||||
======= 1 error in 0.12 seconds ========
|
||||
test_simple.yml::hello FAILED
|
||||
test_simple.yml::ok PASSED
|
||||
|
||||
======= FAILURES ========
|
||||
_______ usecase: hello ________
|
||||
usecase execution failed
|
||||
spec failed: 'some': 'other'
|
||||
no further details known at this point.
|
||||
======= 1 failed, 1 passed in 0.12 seconds ========
|
||||
|
||||
.. regendoc:wipe
|
||||
|
||||
@@ -82,13 +83,9 @@ interesting to just look at the collection tree::
|
||||
======= test session starts ========
|
||||
platform linux -- Python 3.x.y, pytest-3.x.y, py-1.x.y, pluggy-0.x.y
|
||||
rootdir: $REGENDOC_TMPDIR/nonpython, inifile:
|
||||
plugins: hypothesis-3.x.y
|
||||
collected 0 items / 1 errors
|
||||
collected 2 items
|
||||
<YamlFile 'test_simple.yml'>
|
||||
<YamlItem 'hello'>
|
||||
<YamlItem 'ok'>
|
||||
|
||||
======= ERRORS ========
|
||||
_______ ERROR collecting test_simple.yml ________
|
||||
conftest.py:11: in collect
|
||||
import yaml # we need a yaml parser, e.g. PyYAML
|
||||
E ImportError: No module named 'yaml'
|
||||
!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!
|
||||
======= 1 error in 0.12 seconds ========
|
||||
======= no tests ran in 0.12 seconds ========
|
||||
|
||||
Reference in New Issue
Block a user