summaryrefslogtreecommitdiff
path: root/tests/test_37_entity_categories.py
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for new entity category import functionalityScott Koranda2019-05-071-0/+39
| | | | | | Added tests for the new entity category import functionality that searches for entity category modules on the general import path before searching in saml2.entity_category.<module>.
* Fixed importsRoland Hedberg2016-05-261-9/+1
|
* Made MetaData instances pickleable.Roland Hedberg2015-12-011-15/+4
|
* All tests now pass in 2.7 and 3.4 .Roland Hedberg2015-06-251-16/+23
|
* Supporting Python 3.4 (which is imminent) means we will stop supporting 2.6 .Roland Hedberg2015-06-161-1/+2
|
* Fixing py3 errors caused by views in assertionsClint Byrum2015-05-281-6/+6
| | | | | Assertions code had some assumptions that dict method iterators would return the actual type. Forcing a cast to list remedies that.
* Fix python3 syntax errorsClint Byrum2015-05-151-1/+1
| | | | | Retains python2.7 compatibility for all files. Fixes only syntax errors, tests still fail on python3 for various reasons.
* Fixed importsRoland Hedberg2015-05-151-2/+2
|
* Updated tests to pass with the redesigned MetaData importtpazderka2014-12-101-4/+4
|
* add closing method to make sure to close ident db connectionErick Tryzelaar2014-10-241-10/+10
|
* Fixed attribute filtering logic, take 2.Roland Hedberg2014-06-031-2/+2
|
* Various spelling/grammar tweaks and typo fixes.Hank Leininger2014-04-021-1/+1
| | | | | | | | | | | | | Usually just a word or punctuation; occasionally I rewrote a sentence if I had a hard time determining what was meant by the original. (N.B. if I misunderstood something, then my re-wording will be wrong!) Also added eol to many files that were missing it, which throws off 'cat somefile' at a shell prompt (but did not yet touch anything under src/, which also has many files without eol). I did not re-line-wrap the text I changed, so that the diffs are minimized and meaningful changes are easier to spot.
* Made SWAMIDs 2-dimensional entity category model work.Roland Hedberg2013-11-181-0/+47
|
* EditorialRoland Hedberg2013-06-191-6/+6
|
* Made things work after the last merge.Roland Hedberg2013-05-091-5/+5
|
* Added support for entity categories - some fixes.Roland Hedberg2013-05-051-1/+16
|
* Added support for entity categories.Roland Hedberg2013-05-041-0/+105