The modules that need to run either bitcoind or the api do now reference to the fixture in the first test that needs it. Since the fixtures are definexd session-wise the rest of the modules will have access to them from that point on.
Test were running fine standalone but failing / having Address reuse issues when running all together. Fixing that.