We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33473b9 commit a43143bCopy full SHA for a43143b
test/core_wrapper_features_unittest.py
@@ -812,7 +812,7 @@ def test_import_all_modules(self) -> None:
812
pythonocc_core_path = OCC.Core.__path__[0]
813
available_core_modules = glob.glob(os.path.join(pythonocc_core_path, "*.py"))
814
nb_available_modules = len(available_core_modules)
815
- self.assertEqual(nb_available_modules, 302)
+ self.assertEqual(nb_available_modules, 304)
816
817
# try to import the module
818
for core_module in available_core_modules:
0 commit comments