xonsh/news/pytest-migration.rst
2016-07-04 17:29:46 +03:00

21 lines
358 B
ReStructuredText

**Added:**
* xonsh_builtins, xonsh_execer fixtures in conftest.py
**Changed:**
* many test cases to use fixtures and parametrization
**Deprecated:**
* yield statements (nose style) and for loops in tests
**Removed:**
* for loops and yield statements in test cases, unused imports
**Fixed:**
* redundant and 'leaky' tests in nose
**Security:** None