aboutsummaryrefslogtreecommitdiffstats
path: root/test/conftest.py
AgeCommit message (Collapse)AuthorLines
2023-04-07Fix deprecated @pytest.mark.hookwrapperMatthias Goergens-1/+1
``` PytestDeprecationWarning: The hookimpl pytest_pyfunc_call uses old-style configuration options (marks or attributes). Please use the pytest.hookimpl(hookwrapper=True) decorator instead to configure the hooks. See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers @pytest.mark.hookwrapper ```
2020-06-22Typo fixed. (#520)Seunghoon Yeon-1/+1
2019-07-04Fix output checking in test casesNikolaus Rath-69/+77
py.test's capture plugin does not work reliably when used by other fixtures. Therefore, implement our own version.
2016-10-02Run tests under valgrind when available.Nikolaus Rath-3/+7
Fixes #50.
2016-05-13Add 'traceback' as suspicious test output pattern.Nikolaus Rath-1/+1
2016-03-29Added basic unit tests.Nikolaus Rath-0/+85
Fixes issue #33.