Skip to content
Snippets Groups Projects
Commit 19800ccb authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Drop pytools.test

parent c8352215
No related branches found
No related tags found
No related merge requests found
try:
from py.test import mark as mark_test # pylint:disable=unused-import
except ImportError:
class _Mark:
def __getattr__(self, name):
def dec(f):
return f
return dec
mark_test = _Mark()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment