All versions after 0.7.0 have a problem in installation - the punq tests folder is installed into site-packages (alongside the punq folder).
This causes all manner of weird issues since that tests folder is discovered in preference to a local project tests folder by some tooling.
I would recommend that either the tests folder be excluded from packaging, or that it be moved into the punq folder.
All versions after 0.7.0 have a problem in installation - the punq
testsfolder is installed intosite-packages(alongside thepunqfolder).This causes all manner of weird issues since that
testsfolder is discovered in preference to a local projecttestsfolder by some tooling.I would recommend that either the
testsfolder be excluded from packaging, or that it be moved into thepunqfolder.