parent
43e4fcf6dd
commit
c019e489d2
|
@ -2,7 +2,9 @@
|
||||||
import py
|
import py
|
||||||
|
|
||||||
class MarkerError(Exception):
|
class MarkerError(Exception):
|
||||||
"""Error in use of a pytest marker/attribute"""
|
"""
|
||||||
|
Error in use of a pytest marker/attribute.
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
def pytest_namespace():
|
def pytest_namespace():
|
||||||
|
|
Loading…
Reference in New Issue