summaryrefslogtreecommitdiff
path: root/tests/fakeIDP.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix more renamed modules/functions for py3Clint Byrum2015-05-281-1/+1
| | | | | | | | | In doing so it was discovered that the 'implements' function has been replaced by a class decorator, which must be used in python3. Also commented out method arguments seem to expose internal py.test problems in python3. Removing them seems fine since we can look in revision history if we need to find the exact way it was used before.
* Got the tests working.Roland Hedberg2014-07-191-6/+4
|
* 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.
* Updated tests to follow the changed way of handling authentication context.Roland Hedberg2013-04-281-22/+31
|
* Rewrote to use NameID instances every where where I previously used just the ↵Roland Hedberg2013-02-091-1/+1
| | | | text part of the instance.
* Fixed all tests.Roland Hedberg2013-01-311-2/+2
| | | | Shelve don't allow unicode strings as keys.
* Made the test work.Roland Hedberg2013-01-181-6/+20
|
* Changed method argumentsRoland Hedberg2013-01-121-1/+1
|
* Even more refactoring and the FakeIDP for test purposes.Roland Hedberg2012-12-311-0/+167