CAM: rename "Tests" to "CAMTests" to avoid python name conflicts
This commit is contained in:
committed by
Yorik van Havre
parent
815375a4a0
commit
2ff4914fd8
6
src/Mod/CAM/CAMTests/FilePathTestUtils.py
Normal file
6
src/Mod/CAM/CAMTests/FilePathTestUtils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
from unittest import TestCase
|
||||
|
||||
|
||||
def assertFilePathsEqual(self: TestCase, path1: os.PathLike, path2: os.PathLike):
|
||||
self.assertEqual(os.path.realpath(path1), os.path.realpath(path2))
|
||||
Reference in New Issue
Block a user