Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-04-07 | Fix deprecated @pytest.mark.hookwrapper | Matthias 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-22 | Typo fixed. (#520) | Seunghoon Yeon | -1/+1 | |
2019-07-04 | Fix output checking in test cases | Nikolaus Rath | -69/+77 | |
py.test's capture plugin does not work reliably when used by other fixtures. Therefore, implement our own version. | ||||
2016-10-02 | Run tests under valgrind when available. | Nikolaus Rath | -3/+7 | |
Fixes #50. | ||||
2016-05-13 | Add 'traceback' as suspicious test output pattern. | Nikolaus Rath | -1/+1 | |
2016-03-29 | Added basic unit tests. | Nikolaus Rath | -0/+85 | |
Fixes issue #33. |