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 would like to help implement #345. Just in the meantime, I'd like to convert this to pytest and move the tests.py files out of the package and in a dedicated folder at root dir. To me, moving the tests out and splitting tests into files decreases package size (just that little bit ofc) but also it's just easier to read by file names what I'm looking for rather than a huge test file.
The text was updated successfully, but these errors were encountered:
I would like to help implement #345. Just in the meantime, I'd like to convert this to pytest and move the tests.py files out of the package and in a dedicated folder at root dir. To me, moving the tests out and splitting tests into files decreases package size (just that little bit ofc) but also it's just easier to read by file names what I'm looking for rather than a huge test file.
The text was updated successfully, but these errors were encountered: