File: test_data.py

package info (click to toggle)
fs-uae-arcade 3.1.63-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 24,456 kB
  • sloc: python: 56,011; makefile: 170
file content (6 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
import fstd.data
import fstd.mypy


def test_mypy():
    fstd.mypy.check_module(fstd.data.__name__)