jonasbn / ebirah

Experimental Docker project for Dist::Zilla
https://jonasbn.github.io/ebirah/
MIT License
3 stars 1 forks source link

Feature request: Extend command capability with xtest #6

Closed jonasbn closed 4 years ago

jonasbn commented 4 years ago

User Story

As a developer I can use the xtest command so that control the external tests from the command line

Notes

Acceptance Criteria

  1. ebirah xtest is supported and works
  2. external tests are executed, the contents of xt/

Resources and References

jonasbn commented 4 years ago

I ran into some issues implementing this. Discovered that the distribution I was working on did clearly not have a xt directory with tests.

$ docker run --rm --volume $PWD:/tmp ebirah:latest xt

Passes, if xt is present, holds tests and they pass of course. So my conclusion is that the integration works as expected.

Diagnostic for when the xt directory is not present or does not contain any tests:

Cannot detect source of 'xt'!

PR coming up