Closed joaomcteixeira closed 4 years ago
Thanks a lot for your PR @joaomcteixeira ! It looks good to me but @CunliangGeng did most of the testing so I'll ask his review. Thanks again !
Hi! This is a technique I use a lot in my projects so it was easy to add it here as well. Cheers! :wink:
Thanks and cheers!
pdbs
intests
folder withPath
frompathlib
.pytest
now runs from main folder as well as from insidetests
folder.The only issue I found was with
many2sql
which did not acceptPath
objects, so I usedos.fspath
to convertPaths
tostr
before. This relates to #30.Cheers,