2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-12-12 11:51:15 +01:00
waf/playground/pytest/test/test_baz.py
Calle Rosenquist f043a94a02 pytest: Added better support for normal and pyext library dependencies.
This also includes the `buildcopy` feature that allows construction of complete Python packages in the build dir.
2017-09-04 21:03:55 +02:00

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