Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
view 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 source
# -*- 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()
