Reissue 1.18 - same code, corrected metadata.
[open-adventure.git] / tests / coverage_dungeon.py
2024-01-02 Eric S. RaymondFix defective copyright notices.
2023-09-17 Eric S. RaymondApply black to move Python style to standard form.
2023-04-03 Eric S. RaymondImprove copyright lines.
2023-04-03 Eric S. RaymondPartial REUSE cmpliance.
2023-04-02 Torbjörn AnderssonSpelling fixes 290/head
2023-03-12 Eric S. RaymondReal test coverage dor SAVE_TAMPERING.
2023-03-12 Eric S. RaymondAdd coverage exception now that SAVE_TAMPERING is back.
2023-03-09 Eric S. RaymondFix whitespace glitch.
2023-03-09 Eric S. RaymondComplete fix of GitLab issue #64: Coverage summary...
2023-03-09 Eric S. RaymondPartially address Gitlsb issue #64: Coverage summary...
2023-03-05 Eric S. RaymondPrevent a spurious coverage error.
2023-03-01 Eric S. RaymondMove pylint suppressions inline.
2023-02-17 Eric S. RaymondCleanup for current pylint.
2022-04-14 Eric S. Raymondpylint cleanup.
2022-04-12 Eric S. RaymondFix bugs in coverage testing.
2022-04-12 Eric S. RaymondClean up warning and deprecation issues.
2021-01-11 Jason NinnemanUse Python 3, not 2. 285/head
2018-12-03 Aaron TraasFix for change in list handling behavior in Python 3
2018-11-15 Eric S. RaymondAnother coverage tweak.
2017-07-23 Aaron TraasMoved dungeon.c and dungeon.h templates into external... 259/head
2017-07-21 Aaron TraasSpecials excised from adventure.yaml
2017-07-17 Aaron TraasYAML coverage generator minor cleanup
2017-07-16 Eric S. RaymondPrevent multiline string quotes from confusing Emacs.
2017-07-16 Aaron TraasYAML coverage generator minor cleanup
2017-07-16 Aaron TraasFixed YAML coverage generator in python3
2017-07-15 Aaron TraasFull refactor of YAML dungeon generator.
2017-07-15 Aaron TraasFirst stage cleanup of YAML dungeon generator. Less...
2017-07-14 Eric S. RaymondMore coverage improvements.
2017-07-14 Aaron TraasYAML coverage - cleanup and comments
2017-07-14 Aaron TraasYAML coverage parser bug fixed -- handling `\n` and...
2017-07-14 Aaron TraasYAML coverage parser fixed to equate "NO_MESSAGE" with...
2017-07-14 Aaron TraasExpand scope of coverage_dungeon.py - actions and obitu...
2017-07-14 Aaron TraasExpand scope of coverage_dungeon.py - specials
2017-07-12 Aaron TraasExpand scope of coverage_dungeon.py
2017-07-12 Aaron TraasForcing floating point division for % coverage, so... 237/head
2017-07-11 Jason S. NinnemanPython-agnosticize coverage_dungeon.py. 236/head
2017-07-09 Aaron TraasSort coverage report to make more readable
2017-07-08 Aaron TraasMade YAML coverage test work with variable messages... 228/head
2017-07-08 Aaron TraasNow YAML coverage test generates a nice HTML template 225/head
2017-07-07 Aaron Traasadventure.yaml coverage test script -- not at all polis...