'news rst format fix'

This commit is contained in:
laerus 2016-07-03 20:10:05 +03:00
parent 31c5760182
commit e89b44174c

View file

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