An open API service indexing awesome lists of open source software.

https://github.com/nekketsuuu/testing-lecture-dockerfiles

private Dockerfile for a lecture of testing
https://github.com/nekketsuuu/testing-lecture-dockerfiles

Last synced: 3 months ago
JSON representation

private Dockerfile for a lecture of testing

Awesome Lists containing this project

README

        

This repository contains a Dockerfile which is used for a lecture "Software testing and verification".

## Memorandum

```sh
$ sudo ./docker-start
# cd /var/work
# cd ./example-junit
# gradle test
# cd ../example-scalacheck
# sbt test
```