interledgerjs / five-bells-integration-test

A module to help with testing Five Bells components against each other
Other
2 stars 3 forks source link

refactor: use integration test loader to load dependencies #54

Closed justmoon closed 7 years ago

justmoon commented 7 years ago

Currently, we have to bump the version of integration tests on every module, every time we change them. We also often get into deadlocks we have to resolve by skipping tests.

This is part of a series of pull requests to switch to five-bells-integration-test-loader, which will solve both problems by loading the integration tests according to the same rules as other modules: Use latest master, unless there is a branch of the same name, then use that branch.

It's probably easiest to understand by looking at the following two links:

justmoon commented 7 years ago

Tests should pass after interledgerjs/five-bells-ledger#358 is merged.