From ec52fff3bba3bff2060c5eaf6a9baea30736bb0a Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 15 May 2016 12:25:59 -0300 Subject: [PATCH] Create README.md --- tests/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..f713961 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,2 @@ +Create Godot tests here, each test suite (ie, regression tests) can be put each in it's own directory, with it's own config file +we can later create scripts to run tests in batches.