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
Unit tests are really slow once the thing fixture starts being used, because the LabThing object creates APISpec data, which invokes deepcopy. When spawning a bunch of function-scopes instances for testing, this grinds the whole thing to a halt.
Unsure a nice fix, as a module-scopes Thing runs the risk of breaking proper isolated tests.