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
The pytests directory currently has a flat structure: test/all_tests.
It might make sense to move tests to subfolders based on the operations/modules they might be most relevant to? Eg: All IO related tests can move to io/tests like the pattern followed by dask or to tests/io like pandas.