summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
10 daysSwitch default for it_url::get*() to not return body on status >= 400Christian Schneider1-0/+8
11 daysAdd type for assoc with maxlength, make test for 404 stricterChristian Schneider1-2/+11
2024-05-03test keys as wellUrban Müller1-4/+4
2024-05-02Do not generate it::error with test for sporadic failuresChristian Schneider1-1/+1
2024-05-02test it::filter and it::grepUrban Müller1-0/+8
2024-05-02Rename empty_on_fail to body_on_fail for future switching of default, current...Christian Schneider1-7/+7
2024-04-30Fix is_reachable fetching always twice if content longer than 1000 bytes, mak...Christian Schneider1-1/+1
2024-04-29Version 2 of: Switch it_url::get('assoc' => true) to always return non-empty ...Christian Schneider1-1/+1
2024-04-29Handle whitespace between attribute name and value also for img tagsDavid Flatz1-0/+18
2024-04-29Improve test for unquoted value since we only pass through absolute urls with...David Flatz1-2/+2
2024-04-26Handle whitespace between attribute name and value; add some TODO tests to be...David Flatz1-0/+18
2024-04-25Revert "Switch it_url::get('assoc' => true) to always return non-empty array ...Christian Schneider1-1/+1
2024-04-24Switch it_url::get('assoc' => true) to always return non-empty array includin...Christian Schneider1-1/+1
2024-04-23current test domain is somtimes gnat availableUrban Müller1-5/+5
2024-04-23Use single quotes to avoid confusion about $() expansionChristian Schneider1-1/+1
2024-04-22Send notice to schneider@search.ch to check where chaning default to empty_on...Christian Schneider1-3/+3
2024-04-22Add test to ensure and document that leading dashes are not allowed in non-op...Christian Schneider1-0/+1
2024-04-18introduce empty_on_fail, get keepfailed to workUrban Müller2-3/+28
2024-03-21allow unicode in local part of mail addressesUrban Müller1-1/+1
2024-02-21it::getopt: do not eat up second --Nathan Gass1-0/+1
2024-02-09encode < to \u003C in jsenv to prevent false positives on XSS detectionUrban Müller1-1/+1
2023-11-20use random port to avoid racesNathan Gass3-33/+34
2023-11-20better failed test outputUrban Müller1-3/+4
2023-11-17bigger tolerances; five second timeout sometimes failed to abort a six second...Urban Müller1-3/+4
2023-10-30add test that redirect loop is not reachableNathan Gass1-2/+2
2023-10-30add test that maxlength aborts earlyNathan Gass1-0/+14
2023-10-30change it_url::is_reachable to static api consistent with it_url::getNathan Gass1-8/+3
2023-09-25escape dangerous strings inside javascript, including env =Urban Müller1-0/+2
2023-08-28handle inline errors, e.g. new $undefined in mail3464Urban Müller1-3/+4
2023-08-22Add prefix to it_url::absolute() for OneDomain support, add tests for relativ...Christian Schneider1-0/+15
2023-08-16run it_dbi tests for postgresql if it is runningNathan Gass1-0/+2
2023-08-16use it_dbi_postgres everywhere for postgresql testsNathan Gass1-1/+1
2023-08-16recursive test script for it::error stackdumpsUrban Müller1-0/+51
2023-08-15Avoid //foo syntax as they are overloaded for search.chChristian Schneider1-2/+2
2023-08-03allow echoing and dry-running of it::exec/it::system commandsUrban Müller1-7/+9
2023-07-25ensure that chance=0 never creates an errorUrban Müller1-1/+1
2023-07-19Revert "test: trying to push with failing tests": test failed successfullyUrban Müller1-2/+0
2023-07-19test: trying to push with failing testsUrban Müller1-0/+2
2023-07-19Adapt test to new behaviour of always removing {}, even without valuesChristian Schneider1-2/+2
2023-07-19Make test work when called from runtests which changes cwdChristian Schneider1-1/+1
2023-07-18more concise arg mergingUrban Müller1-5/+6
2023-07-18support varags in it::pipe like in it::execUrban Müller1-0/+1
2023-07-18test existing it_pipe frontend behaviourUrban Müller1-0/+6
2023-06-22remove test for it::exec() with unquoted argChristian A. Weber1-1/+0
2023-03-09Change test to check with undefined variableChristian Schneider1-1/+1
2023-03-09Also add test for values from GLOBALS, also makes test resistant against glob...Christian Schneider1-0/+3
2023-02-28adapt escaping of ints and floats to better handle booleans and strings as inputNathan Gass1-4/+7
2023-02-28Revert "special handling of boolean columns (accept false as value without wa...Nathan Gass1-8/+8
2023-02-28add tests that old values still work as expectedNathan Gass1-0/+6
2023-02-28special handling of boolean columns (accept false as value without warning)Nathan Gass1-8/+8