Skip to content

Commit

Permalink
- these two tests require sane rowcount at the base
Browse files Browse the repository at this point in the history
Change-Id: I7efcfb56826963e4702d19107db3c9d37c4fcb64
  • Loading branch information
zzzeek committed Dec 21, 2016
1 parent c19ebfc commit afb3a52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/orm/test_unitofworkv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,7 @@ class Child(fixtures.BasicEntity):
mapper(Child, child)
return Parent, Child

@testing.requires.sane_rowcount
def test_update_single_missing(self):
Parent, Child = self._fixture()
sess = Session()
Expand All @@ -1480,6 +1481,7 @@ def test_update_single_missing(self):
sess.flush
)

@testing.requires.sane_rowcount
def test_update_single_missing_broken_multi_rowcount(self):
@util.memoized_property
def rowcount(self):
Expand Down

0 comments on commit afb3a52

Please sign in to comment.