Commit graph

2 commits

Author SHA1 Message Date
25c718fe6a
Make Python 3.13 the new default 2024-10-16 01:32:14 +02:00
5518837cbc
Run nox -s test-docstrings on GitHub actions
The xdoctest integration in pytest (see tests/test_docstrings.py)
is prone to miss docstrings in new source files as they must be
included in the test case explicitly.

So, to play it safe, we run the nox session "test-docstrings" on CI.
2024-09-10 03:00:56 +02:00