index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
tests
/
test_plugable.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
299: Cleaned up unit tests for ReadOnly class
Jason Gerard DeRose
2008-09-18
1
-34
/
+35
*
295: Updated NameSpace unit tests to test NameSpace.__getitem__() with int an...
Jason Gerard DeRose
2008-09-18
1
-10
/
+17
*
294: NameSpace no longer subclasses from DictProxy; NameSpace.__getitem__() n...
Jason Gerard DeRose
2008-09-18
1
-1
/
+1
*
274: NameSpace.__init__() now takes sort=True keyword arument to allow for no...
Jason Gerard DeRose
2008-09-09
1
-62
/
+45
*
271: Improved __repr__ methods for better output from the show-plugins command
Jason Gerard DeRose
2008-09-08
1
-2
/
+2
*
268: Fixed broken unit test for Plugin.__repr__()
Jason Gerard DeRose
2008-09-08
1
-2
/
+2
*
228: plugable.check_name() now uses errors.check_type()
Jason Gerard DeRose
2008-09-02
1
-0
/
+2
*
179: DictProxy now has __call__() method that iterates through the values; re...
Jason Gerard DeRose
2008-08-15
1
-0
/
+2
*
178: Registrar now subclasses from DictProxy; made Registrar.__iter__ behave ...
Jason Gerard DeRose
2008-08-15
1
-28
/
+21
*
176: PluginProxy now subclasses from SetProxy
Jason Gerard DeRose
2008-08-15
1
-2
/
+2
*
175: Renamed Proxy to PluginProxy
Jason Gerard DeRose
2008-08-15
1
-8
/
+8
*
173: NameSpace now subclasses from DictProxy
Jason Gerard DeRose
2008-08-15
1
-2
/
+2
*
171: MagicDict now subclasses from DictProxy; updated unit tests
Jason Gerard DeRose
2008-08-15
1
-56
/
+56
*
170: Added SetProxy and DictProxy classes to plugable so container emulation ...
Jason Gerard DeRose
2008-08-15
1
-0
/
+88
*
169: Renamed DictProxy to MagicDict
Jason Gerard DeRose
2008-08-14
1
-6
/
+6
*
165: Added unit tests for plugable.lock() function; replaced occurances of 's...
Jason Gerard DeRose
2008-08-14
1
-0
/
+29
*
161: Registrar now takes advantage of DictProxy; updated corresponding unit t...
Jason Gerard DeRose
2008-08-14
1
-24
/
+22
*
160: DictProxy now checks type of d in __init__(); updated unit tests
Jason Gerard DeRose
2008-08-14
1
-0
/
+2
*
159: Added plugable.DictProxy class; added corresponding unit tests; added se...
Jason Gerard DeRose
2008-08-14
1
-1
/
+56
*
156: Fixed all broken docstring cross references
Jason Gerard DeRose
2008-08-14
1
-13
/
+14
*
154: Merged ProxyTarget functionality into Plugin to make things a bit clearer
Jason Gerard DeRose
2008-08-14
1
-132
/
+123
*
152: Updated unit tests check_name() now that it returns the name
Jason Gerard DeRose
2008-08-14
1
-1
/
+1
*
151: Rearanged tests in test_plugable.py to match definition order in plugabl...
Jason Gerard DeRose
2008-08-14
1
-143
/
+143
*
150: NameSpace.__iter__() now iterates through the names, not the members; ad...
Jason Gerard DeRose
2008-08-14
1
-5
/
+12
*
138: Added ProxyTarget.doc property; CLI.print_commands() now uses cmd.doc in...
Jason Gerard DeRose
2008-08-13
1
-3
/
+16
*
123: API.finalize() now raises AssetionError if called more than once; added ...
Jason Gerard DeRose
2008-08-12
1
-0
/
+3
*
121: Renamed API.__call__() method to API.finalize()
Jason Gerard DeRose
2008-08-12
1
-1
/
+1
*
119: Added ProxyTarget.implemented_by() classmethod; added corresponding unit...
Jason Gerard DeRose
2008-08-12
1
-0
/
+43
*
100: Cleaned up NameSpace docstrings; cleanup up NameSpace unit tests
Jason Gerard DeRose
2008-08-09
1
-53
/
+60
*
99: Cleaned up unit tests for plugable.Plugin
Jason Gerard DeRose
2008-08-09
1
-24
/
+34
*
95: Improved docstrings for ReadOnly class; added ReadOnly.__islocked__() met...
Jason Gerard DeRose
2008-08-09
1
-0
/
+12
*
94: Renamed Proxy._clone() method to Proxy.__clone__(); updated unit tests
Jason Gerard DeRose
2008-08-09
1
-13
/
+20
*
93: Added Proxy.implements() method; addeded corresponding unit tests
Jason Gerard DeRose
2008-08-09
1
-79
/
+106
*
92: Added ProxyTarget.name property; added corresponding unit tests
Jason Gerard DeRose
2008-08-08
1
-3
/
+14
*
90: Renamed plugable.Abstract to ProxyTarget, which now subclasses from ReadO...
Jason Gerard DeRose
2008-08-08
1
-71
/
+84
*
89: Moved ClassChecker from test_public.py into tstutil.py; improved unit tes...
Jason Gerard DeRose
2008-08-08
1
-17
/
+50
*
88: Renamed ReadOnly._lock() to ReadOnly.__lock__(); updated subclasses and u...
Jason Gerard DeRose
2008-08-08
1
-2
/
+2
*
87: Moved to_cli(), from_cli() functions from plugable.py into new cli.py fil...
Jason Gerard DeRose
2008-08-08
1
-12
/
+0
*
86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'
Jason Gerard DeRose
2008-08-08
1
-120
/
+120
*
85: Added ReadOnly._lock() method to make class easier to use; updated subcla...
Jason Gerard DeRose
2008-08-08
1
-1
/
+3
*
83: Added unit tests for plugable.Abstract
Jason Gerard DeRose
2008-08-08
1
-0
/
+50
*
81: Switch from tab to 4-space indentation
Jason Gerard DeRose
2008-08-08
1
-369
/
+369
*
71: Proxy now uses base.__public__ instead of base.public; updated unit tests
Jason Gerard DeRose
2008-08-07
1
-5
/
+5
*
70: Plugin.__repr__ now again returns 'module_name.class_name()' form; update...
Jason Gerard DeRose
2008-08-07
1
-2
/
+2
*
69: Made Proxy.base a private attribute; updated unit tests
Jason Gerard DeRose
2008-08-07
1
-1
/
+0
*
68: Ported to changes in NameSpace, Proxy; updated unit tests
Jason Gerard DeRose
2008-08-07
1
-7
/
+8
*
67: Deleted NameSpace, Proxy; renamed NameSpace2, Proxy2 to NameSpace, Proxy
Jason Gerard DeRose
2008-08-06
1
-139
/
+18
*
66: Added NameSpace2 (bit simpler than NameSpace, better suited to Proxy2); a...
Jason Gerard DeRose
2008-08-06
1
-0
/
+55
*
65: Finished simplified Proxy2 class; updated unit tests
Jason Gerard DeRose
2008-08-06
1
-16
/
+15
*
64: Almost finish with Proxy2, where base class is passed to __init__ and met...
Jason Gerard DeRose
2008-08-06
1
-0
/
+71
[next]