- Nov 14, 2015
-
-
ulif authored
As we introduced an py.test autouse fixture, we cannot currently also run doctest-modules due to a bug in py.test (2.8.1, 2.8.2): https://github.com/pytest-dev/pytest/issues/1057 Looks like a fix is planned for 2.8.3 release. Until then we have to disable doctests in modules.
-
- Nov 13, 2015
-
-
ulif authored
With the new config module in place we must make sure, that any user maintained .diceware.ini files do not interfere with tests. The fixture sets $HOME for all tests automatically.
-
ulif authored
-
ulif authored
-
ulif authored
This test name was a duplicate, in effect overwriting the other test.
-
- Nov 12, 2015
- Nov 11, 2015
-
-
ulif authored
We have to check for boolean before int, because int is also a valid boolean.
-
ulif authored
-
ulif authored
Older python versions (< 3.x?) do not support item assignments with config parser instances. We have to workaround therefore.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
By default we should read config files in user homes.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
We can build a sensible list of config file locations on-the-fly.
-
ulif authored
-
- Nov 10, 2015
-
-
ulif authored
-
- Nov 09, 2015
- Nov 05, 2015
- Nov 02, 2015
-
-
ulif authored
-
- Nov 01, 2015
- Oct 30, 2015
- Oct 29, 2015
-
-
ulif authored
-
- Oct 18, 2015
-
-
ulif authored
-
- Sep 17, 2015
-
-
ulif authored
-
ulif authored
Travis CI now comes with container infrastructure as shown in http://docs.travis-ci.com/user/migrating-from-legacy/. Let's give it a try.
-
- Aug 26, 2015
-
-
ulif authored
-