Skip to content
Snippets Groups Projects
Select Git revision
  • debian default
  • 0.10-2-dev
  • 0.10-1-dev
  • master
  • patch-queue/debian
  • pristine-tar
  • debian/0.10-2
  • v0.10
  • v0.9.5
  • v0.9.4
  • v0.9.3
  • v0.9.2
  • debian/0.9.1-4.1
  • debian/0.9.1-2
  • debian/0.9.1-1
  • v0.9.1
  • v0.9
  • v0.8
  • v0.7.1
  • v0.7
  • v0.6.1
  • v0.6
  • v0.5
  • v0.4
  • v0.3.1
  • v0.3
26 results

tests

  • Clone with SSH
  • Clone with HTTPS
  • ulif's avatar
    ulif authored
    We now `pytest.mark` tests that are mainly related to packaging and
    disable them by default. This is a first workaround for broken
    year-checks. These tests blindly fail when the current year does not
    equal the one mentioned in docs and version string.
    
    In fact the tests should compare the year in docs/version string with
    the year of "current" commit (with "current commit" being the one
    representing the tested codebase). Another issue to be addressed.
    
    All tests can be run by: `py.test -m ""`, the packaging-only tests can
    be run by `py.test -m "packaging"`. `tox` got a new env called `pkg`.
    a7d844df
    History