Skip to content
Snippets Groups Projects

f inspect xfail

Merged Alexander Kreft requested to merge f-inspect-xfail into dev
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -25,7 +25,7 @@ class DataModelTest(unittest.TestCase):
@@ -25,7 +25,7 @@ class DataModelTest(unittest.TestCase):
assert "testproperty" in names
assert "testproperty" in names
# TODO this seems to require integration test
# TODO this seems to require integration test
@pytest.mark.xfail
@pytest.mark.xfail(reason="This test will need an integration test. See issue #51")
def test_get_existing_entities(self):
def test_get_existing_entities(self):
db.RecordType(name="TestRecord").insert()
db.RecordType(name="TestRecord").insert()
c = db.Container().extend([
c = db.Container().extend([
Loading