You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test throttling in some test cases with live_server and it's a pain in the butt.
After spending way too much time trying to override LiveServer I figured it might be simpler to just disable throttling for most test cases with an autouse fixture like below.
I'm trying to test throttling in some test cases with
live_server
and it's a pain in the butt.After spending way too much time trying to override
LiveServer
I figured it might be simpler to just disable throttling for most test cases with an autouse fixture like below.However this again has no effect. Is there any reliable way to do this?
The text was updated successfully, but these errors were encountered: