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
This is why Fil can’t be used as regular library and needs to be started in a special way: it requires setting up the correct environment before Python starts.
So I thought I'd ask if its possible to setup this special environment from within a pytest test function.
The text was updated successfully, but these errors were encountered:
Use-Case: Run fil as part of a test to verify that memory usage doesnt (drastically) increase from one commit to another
I read https://pythonspeed.com/fil/docs/how-it-works.html, and it does mention that,
So I thought I'd ask if its possible to setup this special environment from within a pytest test function.
The text was updated successfully, but these errors were encountered: