dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Enhanced test suite #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is now a pretty good test framework in the subversion trunk, along with 
some basic tests and regression tests for fixed bugs. The tests are all written 
in Python and located under 'tests/regress'.

I want to see this expanded with some more tests, especially tests with bad 
input (to ensure opkg reports an error gracefully rather than crashing). The 
existing C file tests in 'tests' could also be tidied up and brought back into 
use - they currently aren't built or shipped in a distribution archive. Further 
sanity tests and examples of using the opkg API would be very helpful.

Original issue reported on code.google.com by paul.betafive on 28 Sep 2013 at 12:11

GoogleCodeExporter commented 8 years ago
The current test suite is good enough for the v0.3.0 release, further 
enhancement can occur after this.

Original comment by paul.betafive on 8 May 2014 at 4:05