Test: Add StringHasher test

This commit is contained in:
marioalexis
2023-08-10 11:43:53 -03:00
parent 0987f94185
commit ae69dd90de
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" ]