From 87e713e97c9bf614e52577631d9977f09d75b421 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 27 Jul 2015 22:21:15 -0400 Subject: [PATCH] Documentation: Removed Perl references --- EXPOSITION | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/EXPOSITION b/EXPOSITION index 046ea7665..0912f44af 100644 --- a/EXPOSITION +++ b/EXPOSITION @@ -153,11 +153,9 @@ Test Suite suite is the only way to ensure quality levels, and guarantee that big changes are robust. - It is intended that the test suite continues growing, mostly adding more - regression and feature tests. The test are mostly written in Perl, and utilize - the Test::More module to generate TAP output. This is changing though, and the - suite is migrating to Python. Some tests are written in C++ and all tests - generate TAP output. + It is intended that the test suite continues growing, mostly feature tests. + The test are mostly written in Python. Some tests are written in C++ and all + tests generate TAP output. There are currently about 8,000 unit tests, that take only a few seconds to run on a multi-core machine.