File: 0003-python

package info (click to toggle)
libfiu 1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: ansic: 2,633; python: 973; makefile: 599; sh: 309
file content (9 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3
#
# Smoke test the Python module.

import fiu

fiu.enable('p1')

assert fiu.fail('p1')