Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 680 Bytes

Clojure hand-on session: Testing

The code in this repository was used on Prague Lambda meetup on April 22th 2015. The main topic was testing.

Property based testing

Red-black trees

Red-black trees are used for demonstrating different testing strategies

Clojure libraries