Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luontola/specsy

BDD-style unit-level testing framework for Java/Scala/Groovy. Safely isolates mutable state. Unlimited nesting.
https://github.com/luontola/specsy

Last synced: 4 days ago
JSON representation

BDD-style unit-level testing framework for Java/Scala/Groovy. Safely isolates mutable state. Unlimited nesting.

Awesome Lists containing this project

README

        

Specsy
======

Specsy is a BDD-style unit-level testing framework for Scala. It safely isolates mutable state and supports writing self-documenting tests/specifications.

For more information see

## Developing

Starting a Docker based development environment:

docker-compose pull
docker-compose run --rm dev

Starting a local server for the web site:

docker-compose run --rm --service-ports site