Documentation: Removed Perl references
This commit is contained in:
@@ -153,11 +153,9 @@ Test Suite
|
|||||||
suite is the only way to ensure quality levels, and guarantee that big changes
|
suite is the only way to ensure quality levels, and guarantee that big changes
|
||||||
are robust.
|
are robust.
|
||||||
|
|
||||||
It is intended that the test suite continues growing, mostly adding more
|
It is intended that the test suite continues growing, mostly feature tests.
|
||||||
regression and feature tests. The test are mostly written in Perl, and utilize
|
The test are mostly written in Python. Some tests are written in C++ and all
|
||||||
the Test::More module to generate TAP output. This is changing though, and the
|
tests generate TAP output.
|
||||||
suite is migrating to 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
|
There are currently about 8,000 unit tests, that take only a few seconds to
|
||||||
run on a multi-core machine.
|
run on a multi-core machine.
|
||||||
|
|||||||
Reference in New Issue
Block a user