py.test - Disable PyTest Recursion Checking? -


when run pytest, tests failing with

.... !!! recursion detected (same locals & position) 

however when run tests manually, see there no infinite recursion. code weird stuff trick's pytest's recursion detector.

is there way disable recursion checking tests?

i'm running pytest 3.0.1

if setting return_value on mocked function referenced recursive code, use side_effect instead.


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -