- Jan 07, 2017
-
-
ulif authored
Although the changes since last release are not very severe, it is a difference to "no changes yet". Trusting the latter can make things complicated.
-
- Jan 06, 2017
- Dec 24, 2016
- Dec 22, 2016
-
-
ulif authored
-
ulif authored
-
ulif authored
Fixes #31 completely. The real fix was already applied by @LogosOfJ (by fixing my broken tests for `RealDiceSource`). This additional test just runs `diceware` virtually, with `realdice` as source of randomness.
-
ulif authored
We want that kind of fake input for other tests as well and will turn it into a pytest fixture.
-
ulif authored
-
- Dec 21, 2016
-
-
ulif authored
-
- Dec 20, 2016
-
-
ulif authored
-
- Dec 18, 2016
-
-
ulif authored
Small fix for RealDiceRandomSource
-
- Dec 17, 2016
-
-
Jay Mao authored
RealDiceRandomSource and its tests updated to expect argparse.Namespace objects instead of dicts (fix for using the 'realdice' randomness source)
-
- Nov 04, 2016
-
-
ulif authored
-
- Oct 24, 2016
- Sep 15, 2016
- Sep 14, 2016
-
-
ulif authored
-
ulif authored
-
ulif authored
Use of ``[pytest]`` section in `setup.cfg` is deprecated while the new section name ``[tool:pytest]`` is not recognized by older `pytest` versions. To stay compatible with older `pytest` and avoid warnings with `pytest` 3.0+, we move the whole config to `tox.ini`, where still the old section name is valid.
-
- Aug 09, 2016
-
-
ulif authored
Maybe we should switch to the new(?) file format used by Debian?
-
- Aug 03, 2016
-
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
Make the tests succeed. In wordlists we now also accept '1-2-3-4 someterm' for numbered entries. We still support '1234 somterm'.
-
ulif authored
Yet in numbered wordlists we expect numbers like ``123456``, each digit representing a dice number. When using dice with more than 9 sides, we have to separate single numbers. This separator must be a single dash. We allow '123456' as well as '1-2-3-4-5-6'. Or '12-3-4-5-6'. But not '-1-2-3-4' nor '1-2-2--3' (double dash).
-
- Aug 02, 2016