sholsapp / gallocy

A distributed shared memory infrastructure.
27 stars 9 forks source link

Can we use bats to create a distributing testing framework? #10

Closed sholsapp closed 8 years ago

sholsapp commented 8 years ago

https://github.com/sstephenson/bats

sholsapp commented 8 years ago

I've added the bats test framework into tools/bats and added an example into integration/test.sh. It's a trivial example, but shows how we can get started.

Next up will be to package up the deployable into a few docker containers that can talk with each other to run system tests.