|
|
|
|
|
|
|
test_feature_set(self)
When checking which mpas belong to folder1 we can:
* look only at immediate children
* look for children of a given feature class
* look recursively through all containers |
source code
|
|
|
|
|
test_potential_parents(self)
Folder (of which TestArray is a valid child but Pipeline is NOT)
TestArray (of which Pipeline is a valid child)
Therefore, Folder is also a potential parent of Pipeline |
source code
|
|
|
|
|
test_add_invalid_child_feature(self)
Try to add a Pipeline to Folder; feature.add has a runtime assertion
so this should raise an AssertionError |
source code
|
|
|
test_copy_feature_collection(self)
folder1 copied to folder1-copy make sure it contains mpa1-copy,
mpa2-copy and folder2-copy |
source code
|
|