#!/usr/bin/env python3
#
# Smoke test the Python module.

import fiu

fiu.enable('p1')

assert fiu.fail('p1')
