Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix check for copied directories (#1967)
The current tests have no useful validation and pass even if the methods under test are empty because they check that a directory is the same as itself. Add a directory name argument when creating the test descriptor directory and use the parent and copy directory name for `_create` and `_validate` respectively. Add constants for the directory names.
- Loading branch information