Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff tests/test_fr.py @ 16:b92f660f2461
Begin a test infrastructure: using unittest and flake8.
Need a requirements-dev.txt now also.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 20 Apr 2026 13:31:42 +0200 |
| parents | |
| children | 859ab8abce0a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test_fr.py Mon Apr 20 13:31:42 2026 +0200 @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- +# :- +# SPDX-FileCopyrightText: © 2026 Franz Glasner +# SPDX-License-Identifier: MIT +# :- + +import _tsetup # noqa:F401 (imported but unused) + +import unittest + + +if __name__ == "__main__": + unittest.main() + +
