![]() |
|||
There are of course testcases that test the test framework. These
are not necessary if you just want to use tsqlunit.
But if you want to change tsqlunit you may use them to verify that you
don't break anything.
Properly written tests also serve the purpose of documentation, so I hope that the testcases can help to answer questions about how tsqlunit works. The tests can be viewed online.
The tests are written in the language Python. A very powerful and very easy to learn language. It is available for free.