log tests/_tsetup.py @ 120:ef68b3769be5

age author description
Sun, 26 Apr 2026 19:16:23 +0200 Franz Glasner Rename the new pseudocode implementation to AlgPseudocode.
Tue, 21 Apr 2026 19:40:08 +0200 Franz Glasner Begin a new Pseudocode lexer using numbers and strings from Python
Tue, 21 Apr 2026 10:31:28 +0200 Franz Glasner Move the original French pseudocode lexter into a sub-module.
Mon, 20 Apr 2026 14:12:35 +0200 Franz Glasner The first real tests about lexing with the Pygments API for the tests.
Mon, 20 Apr 2026 13:34:20 +0200 Franz Glasner The test data should live in "tests/snippets" for Pygments; rename "data" to "snippets"
Mon, 20 Apr 2026 13:31:42 +0200 Franz Glasner Begin a test infrastructure: using unittest and flake8.