Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 849 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 849 Bytes

Live-Coding-Units-Tests

Files used in a talk/live-coding I gave at Epitech Paris about Units Tests, Criterion, Coverage, and TDD (Test Driven Development).

If you want more examples on how to use Criterion you can look up at Geographer's source code from one of his talks.

USAGE

Go into the right folder then you got two choices :

  • make : build and exec tests made "by hand".

  • make tests_run : build and exec units tests made with Criterion.

live_coding

Files used and created during the live-coding.

live_coding_test

Files used and created ahead of the live-coding.

ppt

PowerPoint used during the talk.

Links

Criterion.

Geographer's repository on Criterion and Units Tests.