alanhamlett / nose-capturestderr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nose-capturestderr

This Nose plugin captures stderr during test execution.

Just like the built-in stdout capturing plugin, you can access any stderr output from your tests with sys.stderr.getvalue().

About


Languages

Language:Python 100.0%