def test_include(): build = Builder() build.include("test.py", "1.0", "html") assert_equal( len(build.exports), 1, "include didn't create a new section")