waf/playground/pytest/test/test_baz.py

11 lines
179 B
Python

#! /usr/bin/env python
# encoding: utf-8
# Calle Rosenquist, 2017 (xbreak)
import unittest
class test_baz(unittest.TestCase):
def test_import_baz_ext(self):
import baz_ext