Module nif_test
[hide private]
[frames] | no frames]

Module nif_test

source code

Automated tests for the blender nif scripts.

Classes [hide private]
  TestSuite
A test suite class.
Functions [hide private]
 
runtest(directory, files)
Test the specified files.
source code
Function Details [hide private]

runtest(directory, files)

source code 

Test the specified files.

Parameters:
  • directory - Folder where the test nif files reside.
  • files - A list of all files to test. Each entry in the list is a tuple containing the filename, a dictionary of config options , and a list of names of objects to select before running the import.

Deprecated: Derive your tests from the TestSuite class instead!