Fix handling of skipped modules with pytest.skip at module level

Fix #332
This commit is contained in:
Bruno Oliveira
2018-11-10 14:14:04 -02:00
parent d40d47acd9
commit 3292e0ede0
4 changed files with 13 additions and 10 deletions

1
changelog/332.bugfix.rst Normal file
View File

@@ -0,0 +1 @@
Fix report of module-level skips (``pytest.skip(reason, allow_module_level=True)``).