comparison 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
comparison
equal deleted inserted replaced
15:db0171f62e5a 16:b92f660f2461
1 # -*- coding: utf-8 -*-
2 # :-
3 # SPDX-FileCopyrightText: © 2026 Franz Glasner
4 # SPDX-License-Identifier: MIT
5 # :-
6
7 import _tsetup # noqa:F401 (imported but unused)
8
9 import unittest
10
11
12 if __name__ == "__main__":
13 unittest.main()
14
15