From dc2846ae4939dcac96f66ab3f9a8eab49feca399 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Dec 2014 11:47:09 +0100 Subject: [PATCH] add initial directory for batch testing --- tests/batch/readme.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/batch/readme.rst diff --git a/tests/batch/readme.rst b/tests/batch/readme.rst new file mode 100644 index 0000000..4cb428f --- /dev/null +++ b/tests/batch/readme.rst @@ -0,0 +1,12 @@ + +*********** +Batch Tests +*********** + +These tests aren't meant to be executed in an isolated manner (as with unit-tests). + +They are meant to run against real blender projects, checking the output is valid. + +So for example we can point a batch test at a large repository containing ``.blend`` files +and check that we can manipulate the files, keeping them valid. +