Support xfail on test-case level, support running tests on subsets.

This commit is contained in:
boukeversteegh
2020-05-24 19:58:06 +02:00
parent c3f08b9ef2
commit e2d35f4696
2 changed files with 50 additions and 24 deletions

View File

@@ -0,0 +1,10 @@
# Test cases that are expected to fail, e.g. unimplemented features or bug-fixes.
# Remove from list when fixed.
tests = {
"import_root_sibling",
"import_child_package_from_package",
"import_root_package_from_child",
"import_parent_package_from_child",
"import_circular_dependency",
"oneof_enum",
}