rapid7 / godap

The Data Analysis Pipeline
MIT License
17 stars 10 forks source link

Run unit tests with bats tests #11

Closed dabdine-r7 closed 5 years ago

dabdine-r7 commented 5 years ago

This change removes the ENTRYPOINT from the Dockerfile so the same docker container can be used as an un-opinionated container for running either go or bats tests.

This has a minor effect of making the commandline to run all tests slightly longer. However, this can be encapsulated into a Makefile later.