File: __init__.py

package info (click to toggle)
pcbasic 2.0.7-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 35,416 kB
  • sloc: python: 28,411; sh: 103; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
"""
PC-BASIC tests.unit
unit tests

(c) 2015--2023 Rob Hagemans
This file is released under the GNU GPL version 3 or later.
"""

from .unittestrunner import run_unit_tests