Source code for AFL.automation
[docs]
def test():
r"""
Run all tests using pytest.
"""
import os
import pytest
path = os.path.split(__file__)[0]
pytest.main(['-x',path])
[docs]
def test():
r"""
Run all tests using pytest.
"""
import os
import pytest
path = os.path.split(__file__)[0]
pytest.main(['-x',path])