summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/test_failure.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-17/+7
* Replace assertRaisesRegexp with assertRaisesRegexVu Cong Tuan2017-06-031-3/+3
* Use assertIs(Not)None to check for Nonehowardlee2016-11-071-5/+5
* Replace assertEqual(None, *) with assertIsNone in testsweiweigu2016-07-121-2/+2
* Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-301-1/+1
* Handle cases where exc_args can't be serialized as JSON in the WBEGreg Hill2016-01-281-0/+10
* Trap and expose exception any 'args'Joshua Harlow2015-12-211-1/+10
* Revert "Remove failure version number"Joshua Harlow2015-12-211-0/+8
* Remove failure version numberJoshua Harlow2015-12-141-8/+0
* Merge "Add validation of base exception type(s) in failure type"Jenkins2015-12-151-0/+13
|\
| * Add validation of base exception type(s) in failure typeJoshua Harlow2015-10-191-0/+13
* | Fix order of assertEqual for unit.test_*lin-hua-cheng2015-10-171-24/+24
|/
* Use encodeutils for exception -> string functionJoshua Harlow2015-06-301-13/+17
* Add + use failure json schema validationJoshua Harlow2015-03-111-0/+31
* Retain nested causes where/when we canJoshua Harlow2015-03-101-0/+97
* Revert wrapt usage until further noticeJoshua Harlow2014-11-201-12/+0
* Use wrapt to provide the deprecated class proxyJoshua Harlow2014-11-191-0/+12
* Merge "Remove direct usage of the deprecated failure location"Jenkins2014-11-191-2/+1
|\
| * Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-2/+1
* | Handle the case where '_exc_type_names' is emptyJoshua Harlow2014-10-251-0/+8
|/
* Move failure to its own type specific moduleJoshua Harlow2014-10-181-0/+338