Test: Add StringHasher test

This commit is contained in:
marioalexis
2023-08-10 11:43:53 -03:00
parent 594ebe54d8
commit f1445ed315
3 changed files with 49 additions and 0 deletions

View File

@@ -28,5 +28,6 @@ FreeCAD.__unit_test__ += [ "BaseTests",
"UnitTests",
"Document",
"Metadata",
"StringHasher",
"UnicodeTests",
"TestPythonSyntax" ]