test_baz.py 179 B

12345678910
  1. #! /usr/bin/env python
  2. # encoding: utf-8
  3. # Calle Rosenquist, 2017 (xbreak)
  4. import unittest
  5. class test_baz(unittest.TestCase):
  6. def test_import_baz_ext(self):
  7. import baz_ext