summaryrefslogtreecommitdiff
path: root/src/python/test/test_persistence_graphical_tools.py
AgeCommit message (Collapse)Author
2022-11-18pytest.warns(None) deprecatedMarc Glisse
The warnings points to https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests
2022-05-16code review: use isinstance(x, T) instead of issubclass(type(x),T)Vincent Rouvreau
2022-05-16code review: limit test was not respecting the one described in the ↵Vincent Rouvreau
documentation
2022-05-10Fix limit tests for plot (and warning in test)Vincent Rouvreau
2021-06-22black -l 120 modified filesROUVREAU Vincent
2021-06-17Forgot to add test file for graphicalROUVREAU Vincent