add ngi_router spec
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 6 Nov 2021 15:37:59 +0000 (15:37 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 6 Nov 2021 15:37:59 +0000 (15:37 +0000)
src/spec/__init__.py

index 650cdc3a3901bd8b1e893084253566d40e53f4ae..55c90d82a76b7265ceb62c4b06cd4cc0b4735265 100644 (file)
@@ -4,6 +4,7 @@ from spec import i_class
 from spec import minitest
 from spec import microtest
 from spec import ls180
+from spec import ngi_router
 from spec.gen import specgen
 from spec.testing import dummytest
 
@@ -12,5 +13,6 @@ modules = {'m_class': m_class,
            'i_class': i_class,
            'minitest': minitest,
            'microtest': microtest,
-           'ls180': ls180
+           'ls180': ls180,
+           'ngi_router': ngi_router
            }