diff --git a/py/misc/testing/test_initpkg.py b/py/misc/testing/test_initpkg.py index f76fe620e..551b1e00a 100644 --- a/py/misc/testing/test_initpkg.py +++ b/py/misc/testing/test_initpkg.py @@ -57,6 +57,7 @@ def test_importall(): base.join('path', 'extpy', 'testing', 'test_data'), base.join('path', 'gateway',), base.join('doc',), + base.join('rest', 'directive.py'), base.join('test', 'testing', 'import_test'), base.join('c-extension',), base.join('magic', 'greenlet.py'),