summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-26lib: Let insanity tests be debuged even if not running standaloneHEADmasterThibault Saunier1-3/+2
2012-06-26dbustest: Properly handle cases where there is no stderr/stdout redirectionThibault Saunier2-14/+70
2012-06-21insanity: Store monitor for each iteration of start/stopThibault Saunier1-7/+13
2012-06-21insanity: Take into account global outputfile in TerminalRedirectionMonitorThibault Saunier1-12/+40
2012-06-21Misc cleanupThibault Saunier1-5/+2
2012-06-21insanity: Properly redirect output while test is being teared downThibault Saunier1-22/+55
2012-06-21insanity: Add a way to execute code in a monitor between the last Test.stop()...Thibault Saunier2-0/+12
2012-06-21insanity: Enhance Test teardown subclassing mecanismeThibault Saunier2-5/+17
2012-06-21insanity: Make use of the new RedirectTerminalOuputThread class for terminal ...Thibault Saunier1-4/+24
2012-06-21insanity: Implement a class to redirect subprocess sterr and stdout to a fileThibault Saunier1-1/+145
2012-06-21insanity: Make Monitor aware of start/stop iterationsThibault Saunier2-1/+67
2012-06-21insanity: Implement a monitor to redirect dbustest subprocess stderr and stdoutThibault Saunier2-1/+117
2012-06-19lib: Use the insanity_test_get_string_argument helperThibault Saunier1-6/+4
2012-06-18insanitytest: Check runlevel on add_argument/checklist_item and checklist_ite...Andre Moreira Magalhaes (andrunko)1-0/+3
2012-06-18insanity-sections.txt: Add insanity_test_checklist_item_set_global.Andre Moreira Magalhaes (andrunko)1-0/+1
2012-06-18insanitytest: Properly check if an item already failed validating.Andre Moreira Magalhaes (andrunko)1-5/+7
2012-06-18client: Fix verbose output.Andre Moreira Magalhaes (andrunko)1-2/+1
2012-06-18test: Do not warn when retrieving iteration checklist on start (for global it...Andre Moreira Magalhaes (andrunko)1-5/+5
2012-06-18test: Only get the test stats after emitting stop to give a chance to validat...Andre Moreira Magalhaes (andrunko)1-1/+1
2012-06-18Handle global checklist items.Andre Moreira Magalhaes (andrunko)3-38/+12
2012-06-18insanitytest: Add insanity_test_checklist_item_set_global.Andre Moreira Magalhaes (andrunko)2-0/+38
2012-06-18insanitytest: Remove add_shared_checklist_item.Andre Moreira Magalhaes (andrunko)3-60/+0
2012-06-18insanitytest: Add global parameter to add_checklist_item.Andre Moreira Magalhaes (andrunko)3-4/+20
2012-06-18insanity-test-blank: Fix indentation.Andre Moreira Magalhaes (andrunko)1-10/+11
2012-06-18insanity: Handle shared checklist itemsThibault Saunier3-2/+48
2012-06-18lib: Add a way to specify checklist items that are shared between iterations ...Thibault Saunier3-0/+63
2012-06-18insanity: Handle unexpected failures in XmlTestRunThibault Saunier1-16/+43
2012-06-18insanity: Handle kwargs for tests in TestRunThibault Saunier1-5/+8
2012-06-18insanity: Fix expected failure handlingThibault Saunier1-2/+12
2012-06-18insanity: Set subprocess-exited-normally to True when receiving remote existedThibault Saunier1-0/+1
2012-06-18generators: Add a simple constant list generatorThibault Saunier1-1/+31
2012-06-14insanity: Make MySQLdb an optionnal dependencyThibault Saunier5-273/+297
2012-05-29insanity: Implement monitors handling in XmlTestRunThibault Saunier2-13/+35
2012-05-29.gitignore: Ignore files in the outputfiles/ directoryThibault Saunier1-0/+1
2012-05-29bin: Implement testlist loading from an XML fileThibault Saunier1-63/+105
2012-05-29testrun: Create a TestRun subclass that can be created from an XML fileThibault Saunier1-0/+84
2012-05-29web: Make it possible to link to test logs urlThibault Saunier3-63/+80
2012-05-29insanity: Make testrun PEP8 compliantThibault Saunier1-9/+11
2012-05-29generator: Add a max_length and a randomized property to ExternalGeneratorThibault Saunier1-5/+23
2012-05-25configure: Only use AM_PROG_AR if it’s definedNicolas Dufresne1-1/+2
2012-05-24configure: Don't use -Werror for running automakeSebastian Dröge1-1/+1
2012-05-24configure: Add AM_PROG_AR to make the build on Windows happySebastian Dröge1-0/+2
2012-05-23bin: Misc fixesThibault Saunier1-2/+3
2012-05-23bin: Extra information is a dictionnary, use it as suchThibault Saunier3-3/+3
2012-05-23bin: remove unused importThibault Saunier1-6/+0
2012-05-23Retirn a Dictionnary in __getExtraInfo as the documentations states it isThibault Saunier1-5/+4
2012-05-22web: Fix installation of the web interface filesSebastian Dröge1-17/+31
2012-05-17web: Don't use -ar as cp parametersSebastian Dröge1-1/+1
2012-05-15web: Document running on Apache serverNicolas Dufresne1-0/+31
2012-05-15web: /admin not working, simply run insanity in /Nicolas Dufresne1-2/+1