PathTests.TestPathToolBit Namespace Reference

Classes

class  TestPathToolBit
 

Functions

def printTree (path, indent)
 
def testToolBit (path=TestToolDir, name=TestToolBitName)
 
def testToolLibrary (path=TestToolDir, name=TestToolLibraryName)
 
def testToolShape (path=TestToolDir, name=TestToolShapeName)
 

Variables

 TestInvalidDir
 
string TestToolBitName = "test-path-tool-bit-bit-00.fctb"
 
 TestToolDir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "Tools")
 
string TestToolLibraryName = "test-path-tool-bit-library-00.fctl"
 
string TestToolShapeName = "test-path-tool-bit-shape-00.fcstd"
 

Function Documentation

◆ printTree()

def PathTests.TestPathToolBit.printTree (   path,
  indent 
)

◆ testToolBit()

◆ testToolLibrary()

def PathTests.TestPathToolBit.testToolLibrary (   path = TestToolDir,
  name = TestToolLibraryName 
)

◆ testToolShape()

Variable Documentation

◆ TestInvalidDir

PathTests.TestPathToolBit.TestInvalidDir
Initial value:
1= os.path.join(
2 TestToolDir, "some", "silly", "path", "that", "should", "not", "exist"
3)

◆ TestToolBitName

string PathTests.TestPathToolBit.TestToolBitName = "test-path-tool-bit-bit-00.fctb"

◆ TestToolDir

PathTests.TestPathToolBit.TestToolDir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "Tools")

◆ TestToolLibraryName

string PathTests.TestPathToolBit.TestToolLibraryName = "test-path-tool-bit-library-00.fctl"

◆ TestToolShapeName

string PathTests.TestPathToolBit.TestToolShapeName = "test-path-tool-bit-shape-00.fcstd"