Doodle3D / print3d

The application that runs on a Doodle3D WiFi box that communicates with printers.
www.doodle3d.com
GNU General Public License v2.0
13 stars 4 forks source link

P3D unit tests #18

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

Verify P3D's functionality with unit tests. By testing P3D's a lot of print3d functionality is also tested. Test both json and non json output modes.

peteruithoven commented 9 years ago

If more convenient, this could probably be done in Node.js using Mocha etc.

peteruithoven commented 9 years ago

The readme mentions Fructose 1.2.0 (http://fructose.sourceforge.net/) as C++ unit test framework.

peteruithoven commented 9 years ago

@casperlamboo's p3d module should simplify this.

woutgg commented 8 years ago

Fructose is used for unit testing the GCodeBuffer class (here).