mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-11 11:22:15 -04:00
put some variance on this as it's a difference between 9 and 60 calls
This commit is contained in:
@@ -55,7 +55,7 @@ class ResultSetTest(fixtures.TestBase, AssertsExecutionResults):
|
||||
def test_contains_doesnt_compile(self):
|
||||
row = t.select().execute().first()
|
||||
c1 = Column('some column', Integer) + Column("some other column", Integer)
|
||||
@profiling.function_call_count(9)
|
||||
@profiling.function_call_count(9, variance=.15)
|
||||
def go():
|
||||
c1 in row
|
||||
go()
|
||||
|
||||
Reference in New Issue
Block a user