view tests/test_fr.py @ 17:251898f2f0c7

The test data should live in "tests/snippets" for Pygments; rename "data" to "snippets"
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 20 Apr 2026 13:34:20 +0200
parents b92f660f2461
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()