I unsubscribed from that PR because I don't like the bikeshed approach
Tests shouldn't require changes in code
They shouldn't print
There is no need for another top level package
Test cases usually don't load test cases
The tests subpackage of bitmessageqt is already in v0.6. It's loaded in tests.core
Dmitri Bogomolov
@g1itch
The changes done in #1603 is more like a demo, not tests
Peter Šurda
@PeterSurda
I see. The idea was to make it more of a functional test than a unit test.
Peter Šurda
@PeterSurda
How about then we have a last official release of p2 (once I get the binaries working), and then only focus on p3 development and switch the main branch when ready
Not important that it works now, just that the tests are available.
Peter Šurda
@PeterSurda
There is now a checkdeps.py "test". It doesn't have a success/fail for the time being, but it runs checkdeps.py with all the combination of packages present/absent on the system. It looks like prctl isn't checked correctly because it always complains about it, even if it is installed.