mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +01:00
21 lines
358 B
ReStructuredText
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
|