Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed install of optional deps | Chris St. Pierre | 2012-08-21 | 1 | -2/+2 |
* | lots of various py3k fixes | Chris St. Pierre | 2012-08-21 | 11 | -146/+241 |
* | tweaked travis-ci stuff to build for py2.6, py3k, with/without optional deps | Chris St. Pierre | 2012-08-21 | 3 | -4/+25 |
* | fixed builtin mocks for py3k | Chris St. Pierre | 2012-08-21 | 5 | -13/+23 |
* | attempt to get tests working under python 2.6 | Chris St. Pierre | 2012-08-21 | 5 | -28/+109 |
* | fixed some unicode stuff in POSIXFile tests | Chris St. Pierre | 2012-08-20 | 1 | -4/+3 |
* | more unit test fixes | Chris St. Pierre | 2012-08-20 | 1 | -30/+6 |
* | reworked some Metadata tests to be more consistent | Chris St. Pierre | 2012-08-20 | 1 | -77/+87 |
* | install django < 1.4 for unit tests | Chris St. Pierre | 2012-08-20 | 1 | -1/+1 |
* | removing Cfg-specific behavior from EntrySet | Chris St. Pierre | 2012-08-20 | 1 | -2/+0 |
* | fixed diffs of unicode files | Chris St. Pierre | 2012-08-20 | 1 | -2/+27 |
* | fixed EntrySet.best_matching() | Chris St. Pierre | 2012-08-20 | 1 | -20/+18 |
* | fixed some egregiously wrong Options tests | Chris St. Pierre | 2012-08-16 | 1 | -60/+163 |
* | install django for testing | Chris St. Pierre | 2012-08-16 | 1 | -0/+1 |
* | minor test fixes | Chris St. Pierre | 2012-08-16 | 4 | -39/+67 |
* | attempt to get travis-ci working | Chris St. Pierre | 2012-08-16 | 1 | -0/+6 |
* | made POSIX subtool tests inherit from base POSIX tool tests | Chris St. Pierre | 2012-08-16 | 8 | -99/+96 |
* | use common test libs for POSIX tests | Chris St. Pierre | 2012-08-16 | 8 | -77/+42 |
* | POSIX: added tests, fixes for File._get_diffs | Chris St. Pierre | 2012-08-16 | 4 | -7/+95 |
* | fix _verify_metadata() when selinux libs not installed | Chris St. Pierre | 2012-08-16 | 1 | -24/+34 |
* | POSIX: | Chris St. Pierre | 2012-08-15 | 9 | -0/+2080 |
* | fixed event on data directory itself to DirectoryBacked plugins | Chris St. Pierre | 2012-08-15 | 1 | -2/+11 |
* | print function fixes | Chris St. Pierre | 2012-08-15 | 1 | -1/+0 |
* | added tests for GroupSpool | Chris St. Pierre | 2012-08-15 | 1 | -1/+194 |
* | added unit tests for EntrySet | Chris St. Pierre | 2012-08-14 | 2 | -17/+397 |
* | added tests for Specificity/SpecificData | Chris St. Pierre | 2012-08-14 | 1 | -2/+84 |
* | added tests for PrioDir | Chris St. Pierre | 2012-08-14 | 1 | -34/+125 |
* | fixed test inheritance | Chris St. Pierre | 2012-08-14 | 3 | -113/+190 |
* | added tests for XMLSrc, InfoXML, XMLDirectoryBacked | Chris St. Pierre | 2012-08-13 | 1 | -7/+103 |
* | abstracted out some common test stuff into common.py | Chris St. Pierre | 2012-08-13 | 6 | -172/+184 |
* | added unit tests for INode, InfoNode | Chris St. Pierre | 2012-08-13 | 1 | -37/+306 |
* | made plugin tests inherit from plugin interface tests | Chris St. Pierre | 2012-08-10 | 6 | -10/+19 |
* | StructFile tests and fixes | Chris St. Pierre | 2012-08-10 | 1 | -5/+226 |
* | tests and fixes for XMLFileBacked | Chris St. Pierre | 2012-08-09 | 1 | -0/+189 |
* | DirectoryBacked tests and fixes | Chris St. Pierre | 2012-08-09 | 1 | -0/+188 |
* | move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't d... | Chris St. Pierre | 2012-08-09 | 3 | -46/+30 |
* | adding some tests for Plugin.py | Chris St. Pierre | 2012-08-09 | 1 | -0/+448 |
* | py3k fix: UserDict -> MutableMapping | Chris St. Pierre | 2012-07-31 | 1 | -0/+19 |
* | unified Metadata/DBMetadata plugins | Chris St. Pierre | 2012-07-31 | 3 | -467/+463 |
* | fixed option test | Chris St. Pierre | 2012-07-30 | 1 | -3/+3 |
* | allow merging of undefined groups | Chris St. Pierre | 2012-07-30 | 1 | -0/+8 |
* | Added ability to store probe data in database instead of probed.xml | Chris St. Pierre | 2012-07-30 | 1 | -0/+517 |
* | Metadata and other improvements: | Chris St. Pierre | 2012-07-30 | 2 | -157/+655 |
* | testsuite: Add parser | Sol Jerome | 2012-07-20 | 1 | -1/+1 |
* | testsuite: Fix Metadata test failures | Sol Jerome | 2012-07-14 | 1 | -2/+4 |
* | testsuite: Fix Options testing | Sol Jerome | 2012-07-07 | 1 | -1/+1 |
* | testsuite: Fix Option testsuite errors | Sol Jerome | 2012-05-19 | 1 | -10/+13 |
* | fixed unit tests for xinclude changes | Chris St. Pierre | 2012-04-13 | 1 | -23/+30 |
* | organized testsuite to mirror src | Chris St. Pierre | 2012-03-20 | 5 | -329/+1022 |
* | testsuite: PY3K + PEP8 fixes | Sol Jerome | 2011-04-07 | 3 | -43/+62 |