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
Python's __file__ is useful when trying to read neighboring files (e.g. a csv) — a common use case when running tests. If would be nice for this library to set __file__ to the path of the file where the test was found.
Python's
__file__is useful when trying to read neighboring files (e.g. acsv) — a common use case when running tests. If would be nice for this library to set__file__to the path of the file where the test was found.