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

https://github.com/nikku/play-2.1.1-testing-samples

Samples for Testing Play 2.1.x applications. Result of Play user group talk in Berlin, 2013-04-15.
https://github.com/nikku/play-2.1.1-testing-samples

Last synced: over 1 year ago
JSON representation

Samples for Testing Play 2.1.x applications. Result of Play user group talk in Berlin, 2013-04-15.

Awesome Lists containing this project

README

          

Play 2.1.1 Testing Examples
===========================

As presented on the Play User Group Berlin 2013-04-15.

Applications
------------

* __test-app__: generated via `play new` and enhanced with some tests
* __zentasks__: part of Play 2.1.1 samples enhanced with test cases for different aspects of the application.
Two test cases fail or are commented out using `pendingUntilFixed` because global database setup has been removed from the application.