product.test.configuration package¶
Submodules¶
product.test.configuration.test_product_data_file module¶
-
class
product.test.configuration.test_product_data_file.
TestProductDataFileStoreGetWorkspaces
(methodName='runTest')¶ Bases:
django.test.testcases.TestCase
-
setUp
()¶
-
test_successful
()¶ Tests calling ProductDataFileStore.get_workspaces() successfully
-
-
class
product.test.configuration.test_product_data_file.
TestProductDataFileStoreStoreFiles
(methodName='runTest')¶ Bases:
django.test.testcases.TransactionTestCase
-
setUp
()¶
-
test_geo_metadata
(*args, **keywargs)¶ Tests calling ProductDataFileType.store_files() successfully
-
test_successful
(*args, **keywargs)¶ Tests calling ProductDataFileType.store_files() successfully
-
test_successful_recipe_path
(*args, **keywargs)¶ Tests calling ProductDataFileType.store_files() successfully with a job that is in a recipe
-