* Added context manager for pytest.assume (Thanks Sup3rGeo !) * Updated README with new output
2.1.0
Changelog:
* 19 Add new pytest hooks for downstream usage * Use pytest_pyfunc_call hook instead of logreport for compatibility with other plugins * Updated traceback info w/ the new hook
1.2.2
Minor bugfixes re: compatibility with other plugins and pytest versions
1.2.1
Changelog:
* Added support for pytest 4.x (removed ``pytest_namespace`` - 7 ) * Updated builds to run against multiple pytest versions 9 * Fixed errors with unicode/bytecode (6 )