alicenet / utilities

Utilities for the AliceNet project
MIT License
1 stars 0 forks source link

Create integration testing environment #58

Open ghost opened 2 years ago

ghost commented 2 years ago

Is your feature request related to a problem? Please describe.

To fully test the indexer we should be able to run an integration testing environment where a worker and frontend operate in a single system under test.

Describe the solution you'd like

Worker and frontend running in the same process, mocked out alicenet edge and on a Spanner database emulator.

Describe alternatives you've considered

Nothing else would cover the full end-to-end like this.