This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
freeipa
Watch
3
Star
0
Fork
0
You've already forked freeipa
mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced
2025-02-25 18:55:28 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2fa8d3be74ca45ee5989dd53b7fb818b21d23680
freeipa
/
ipalib
/
tests
History
Jason Gerard DeRose
2fa8d3be74
225: Added errors.check_type() and errors.check_isinstance() functions; added corresponding unit tests
2008-08-29 23:53:04 +00:00
..
__init__.py
1: Started roughing out ipalib package
2008-07-18 17:51:34 +00:00
test_cli.py
182: Renamed plublic.cmd base class to Command
2008-08-15 19:49:04 +00:00
test_errors.py
225: Added errors.check_type() and errors.check_isinstance() functions; added corresponding unit tests
2008-08-29 23:53:04 +00:00
test_ipa_types.py
216: Added ipa_types.Enum.validate() method; added corresponding unit tests
2008-08-28 07:57:07 +00:00
test_plugable.py
179: DictProxy now has __call__() method that iterates through the values; removed __call__() method from NameSpace as it subclasses from DictProxys; DictProxy unit tests now test __call__()
2008-08-15 05:19:02 +00:00
test_public.py
220: Renamed Option2.validate_scalar() to Option2.__validate_scalar(); added Option2.normalize() method; added corresponding unit tests
2008-08-29 03:17:26 +00:00
test_tstutil.py
86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'
2008-08-08 21:40:03 +00:00
tstutil.py
159: Added plugable.DictProxy class; added corresponding unit tests; added setitem(), delitem() functions to tstutil
2008-08-14 17:21:21 +00:00