Skip to content

Information for Developers

Calvin Loncaric edited this page Jul 24, 2018 · 14 revisions

Implementation details

The cozy/codegen folder implements source code generation for C++ and Java.

Tests

The tests folder contains a few tests written with Python's unittest library. Run them with

$ python3 -m unittest -b tests/*.py

(The -b flag "buffers" output so that Python only shows output from failing tests.)

Clone this wiki locally