conductor.houdini.tests.test_dependency_scan module

This module tests houdini dependency scanning.

class conductor.houdini.tests.test_dependency_scan.DependencyScanTest(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_dont_find_files_outside_sequence_with_Us_and_Vs()
test_dont_remove_file_if_shorter_name_file_exists()

This is to ensure _remove_redundant_entries works.

test_exclude_extra_uploads_in_other_jobs()
test_exclude_simple_file_if_not_exists()
test_find_files_with_udims()
test_find_sequence_with_Us_and_Vs()
test_find_sequence_with_udim()
test_include_extra_uploads_in_job()
test_include_parts_of_sequence_that_exist()
test_include_sequence_if_exists()
test_include_sequence_with_no_subsample_optimization()
test_include_simple_file_if_exists()
test_remove_file_if_directory_exists()
conductor.houdini.tests.test_dependency_scan.suite()

Convenient way to run subset of tests.

To run one test, use the second addTest statement and enter the name of test to run