news update

This commit is contained in:
laerus 2016-07-03 10:56:32 +03:00
parent fefb9539ba
commit 72307549c4

11
news/pytest-migration.rst Normal file
View file

@ -0,0 +1,11 @@
**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