]> gitweb.michael.orlitzky.com - dunshire.git/history - test
Fix typo in last commit.
[dunshire.git] / test /
2016-11-01 Michael OrlitzkyFix typo in last commit.
2016-11-01 Michael OrlitzkyEnable doctest ELLIPSIS in a few modules.
2016-11-01 Michael OrlitzkyEnable docs for the new test modules and clean them up.
2016-11-01 Michael OrlitzkyRename a test that I mistakenly renamed earlier.
2016-11-01 Michael OrlitzkyImprove the two no-clobber tests with deepcopy().
2016-11-01 Michael OrlitzkyClean up and document some of the new test code.
2016-11-01 Michael OrlitzkyAdd a new unit test suite for the dunshire.matrices...
2016-11-01 Michael OrlitzkyEnable and fix doctests for the new randomgen module.
2016-11-01 Michael OrlitzkyFactor out the random test generation code into a new...
2016-11-01 Michael OrlitzkyFix a pylint warning for a top-level variable name...
2016-11-01 Michael OrlitzkyUse a shebang for the main test executable.
2016-11-01 Michael OrlitzkyRemove some debug print() statements and fix a copy...
2016-11-01 Michael OrlitzkyOverhaul the tests to get more predictable behavior.
2016-10-30 Michael OrlitzkyExit with a non-zero code when the test suite fails.
2016-10-26 Michael OrlitzkyClean up a few pylint warnings and make "doc" a phony...
2016-10-26 Michael OrlitzkyAdd setup.py and reorganize everything to make its...
2016-10-26 Michael OrlitzkyRemove a unicode hyphen from a reference.
2016-10-16 Michael OrlitzkyReorganize the test source code and doc building.
2016-10-15 Michael OrlitzkyMove unit test code into its own file (unders test...
2016-10-14 Michael OrlitzkyClean up a bit of the import mess.
2016-10-10 Michael OrlitzkyRename the "symmetric_linear_game" module to "games".
2016-10-10 Michael OrlitzkyLoad unit tests from symmetric_linear_game in the test...
2016-10-06 Michael OrlitzkyEnable doctests in errors.py.
2016-10-06 Michael OrlitzkyReorganize the source under src/dunshire.
2016-10-05 Michael OrlitzkyAdd a most basic test suite runner (for doctests only...