aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test/external.py: Remove __future__ importsBrian Dolbec2020-04-241-5/+1
* Deprecates get_all_info() functionDevan Franchini2015-08-271-26/+14
* external.py: Adds json DB testingDevan Franchini2015-07-201-0/+28
* Removes unnecessary "_db" appendage to db_type varDevan Franchini2015-07-171-10/+10
* external.py: Modifies ovl_dict keys to conform to new changesDevan Franchini2015-07-141-2/+2
* external.py: Adds db_type config option to tests which need itDevan Franchini2015-07-141-4/+6
* Renames db module "xml" to "xml_db"Devan Franchini2015-07-101-5/+5
* external.py: Adds db_type to configs for DbBase testsDevan Franchini2015-07-091-4/+8
* external.py: Adds db_type to list of test config keysDevan Franchini2015-07-091-1/+1
* external.py: Adds AddDeleteDB testDevan Franchini2015-06-151-0/+90
* external.py: Renames test function to more appropriate nameDevan Franchini2015-06-151-1/+1
* external.py: Attempts to set default string encoding to utf-8Devan Franchini2015-03-271-0/+6
* external.py: Adds __future__ import for unicode_literalsDevan Franchini2015-03-271-0/+1
* external.py: Adds protocol_filter to keys to test for CLIArgs testDevan Franchini2015-03-271-8/+7
* external.py: Modifies XML line testing in MakeOverlayXML classDevan Franchini2014-11-301-1/+1
* external.py: Modifies tested flags to reflect new config optionsDevan Franchini2014-11-301-10/+13
* external.py: Improves CLIArgs testing for a["overlays"]Devan Franchini2014-11-291-2/+2
* external.py: Improves success checking in AddDeleteEnableDisableFromDBDevan Franchini2014-11-291-23/+5
* external.py: Converts all assertEquals calls to assertEqualDevan Franchini2014-11-291-1/+1
* external.py: Adds archive overlay test checkingDevan Franchini2014-11-291-1/+10
* external.py: Spelling correction for headerDevan Franchini2014-11-011-1/+1
* Adds Squashfs overlay external testsDevan Franchini2014-08-151-61/+107
* external.py: Adds MakeOverlayXML test to test suiteDevan Franchini2014-08-101-0/+44
* external.py: Adds RemoteDBCache() test to test suiteDevan Franchini2014-08-101-0/+32
* external.py: Adds OverlayObjTest() test to test suiteDevan Franchini2014-08-101-0/+53
* external.py: Adds ReadWriteSelectListDbBase() test to test suiteDevan Franchini2014-08-101-1/+84
* external.py: Adds PathUtil() test to test suiteDevan Franchini2014-08-101-0/+15
* external.py: Alphabetizes test functionsDevan Franchini2014-08-101-17/+17
* external.py: Adds CLIArgs() test to test suiteDevan Franchini2014-08-101-0/+41
* external.py: Adds CreateConfig() test to test suiteDevan Franchini2014-08-101-0/+51
* external.py: Adds FetchRemoteList() test to test suiteDevan Franchini2014-08-101-0/+64
* external.py: Adds AddDeleteEnableDisableFromDB() test to test suiteDevan Franchini2014-08-101-4/+91
* external.py: Adds py3 compatibility to testsDevan Franchini2014-06-141-5/+9
* Implements the "with" syntax to open filesDevan Franchini2014-06-141-3/+2
* Replaces "subpath" with "branch"Devan Franchini2014-06-141-1/+2
* make the tests more py3 compatibile.dol-sen2011-09-231-1/+1
* update all tests to passdol-sen2011-07-221-7/+11
* fix bug 363797 python-2.5 test errors cherypicked from 1.4.x branchdol-sen2011-05-011-0/+0
* Make fail of tar sync not leave temp filesSebastian Pipping2010-02-171-1/+1
* Add test case for syncing of tar overlays (bug #304547)Sebastian Pipping2010-02-161-0/+64
* Rename layman.overlay.Overlays to layman.dbbase.DbBaseSebastian Pipping2010-01-281-4/+4
* Remove format and category data from test case XMLSebastian Pipping2010-01-151-1/+1
* Mute warnings from external test suiteSebastian Pipping2010-01-041-0/+3
* Add test suite for format/subpath/categorySebastian Pipping2010-01-041-0/+26
* Fix handling of non-ASCII charactersSebastian Pipping2010-01-021-0/+43