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
Well, the problem is that once console_skript is invoked via paver command, your syslib's paver is used onwards, leading to further import fun.
It can be softoffixed by playing with sys.path and reload()ing paver before invoking nosetests, but it still leads to some funny consequences when some parts are seeing some versions from some paver modules. "Solution" would probably be to inspect and reload everything, but that seems rather hacky.
Rather than hacking around, I'd say I'll mention above suggestions in docs and use them.
I try to run the unit tests with
paver test
and 5 tests are failing due to import errors.What is the proper command/configuration to run the tests?
The text was updated successfully, but these errors were encountered: