Skip to content
Snippets Groups Projects
  1. Feb 27, 2018
    • ulif's avatar
      Disable packaging-related tests by default. · a7d844df
      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
  2. Feb 13, 2018
  3. Feb 12, 2018
  4. Feb 10, 2018
  5. Feb 09, 2018
  6. Feb 08, 2018
  7. Feb 07, 2018
  8. Jan 27, 2018
  9. Jan 21, 2018
  10. Jan 20, 2018
  11. Jan 01, 2018
    • ulif's avatar
      Pin pkg versions for py26, py33. · 0eb9de45
      ulif authored
      It looks like py26 gets less and less support by more and more core
      packages.
      
      Yet we can pin old `pytest` and `setuptools` versions but in the long
      run we will drop support for python2.6 and python 3.3 too.
      0eb9de45
    • ulif's avatar
      Update year. · 5f37b234
      ulif authored
      5f37b234
  12. Dec 04, 2017
  13. Oct 07, 2017
  14. Oct 03, 2017
  15. Sep 29, 2017
  16. Sep 19, 2017
  17. Sep 18, 2017
  18. Sep 17, 2017
  19. Sep 15, 2017
    • ulif's avatar
      Harden manpage test. · 86379bf4
      ulif authored
      The manpage test failed when tests were run in a long path. The help
      output then led to an extra line break which made comaparisons quite
      cumbersome.
      86379bf4
  20. Sep 14, 2017
  21. Sep 13, 2017
    • ulif's avatar
      Fix statement about entropy. · e4bc679a
      ulif authored
      The wordlist length must be a power of the number of dice sides used to
      result in fair choices. This is not being relatively prime.
      e4bc679a
  22. Sep 11, 2017
  23. Sep 10, 2017
  24. Sep 08, 2017
  25. Sep 06, 2017
Loading