Currently we test with py.test whether headers and docs reflect the current year/month.
When a year/month marker in docs or source headers outdates, then this is a problem for packagers and release maintainers. It is not a problem for people running the code.
We might therefore do this kind of checks with tox, but in a different manner.
Currently we test with
py.testwhether headers and docs reflect the current year/month.When a year/month marker in docs or source headers outdates, then this is a problem for packagers and release maintainers. It is not a problem for people running the code.
We might therefore do this kind of checks with
tox, but in a different manner.