Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 585 Bytes

Development

Testing

To run everything, use:

$ make test

The output will be in the directory ./challenges-dir/.

Testing using local repositories

You can also run the containers by mounting the local repositories.

To do so you must have the structure in dt-env-developer and set the variable DT_ENV_DEVELOPER to that repo's root directory.

To run use:

$ make test-with-local-repos

You can see how the repos are mounted in the file docker-compose-devel.yaml.