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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Env._bootstrap() now raises StandardError if called more than once
Jason Gerard DeRose
2008-10-24
1
-0
/
+2
*
Added ipalib/constants.py; added Env._load_config() method along with compreh...
Jason Gerard DeRose
2008-10-24
2
-3
/
+225
*
Finished doodle with stricter version of Environment
Jason Gerard DeRose
2008-10-24
1
-2
/
+120
*
IPAError now more appropriately subclasses from StandardError instead of Exce...
Jason Gerard DeRose
2008-10-23
1
-1
/
+1
*
Fixed bug in DefaultFrom where impleied keys were using entire func_code.co_v...
Jason Gerard DeRose
2008-10-20
1
-0
/
+10
*
Add comments in config.py and fix Environment.get()
Martin Nagy
2008-10-20
1
-0
/
+5
*
Added new Param.flags attribute (set with flags=foo kwarg)
Jason Gerard DeRose
2008-10-17
1
-0
/
+3
*
Fixed unit test for CrudBacked.retrieve()
Jason Gerard DeRose
2008-10-17
1
-1
/
+1
*
Reworking Environment, moved it to config.py
Martin Nagy
2008-10-17
4
-94
/
+97
*
Convert string values to boolean when generating environment
Martin Nagy
2008-10-14
1
-0
/
+3
*
Added Object.get_dn() method; added corresponding unit tests
Jason Gerard DeRose
2008-10-13
1
-0
/
+14
*
Param now takes cli_name kwarg that sets Param.cli_name attribute
Jason Gerard DeRose
2008-10-13
1
-0
/
+2
*
Added CrudBackend abstract class defining generic CRUD API
Jason Gerard DeRose
2008-10-13
1
-0
/
+51
*
crud.Add.get_args() and get_options() now yield static values in takes_args, ...
Jason Gerard DeRose
2008-10-09
1
-2
/
+11
*
Base Command.execute() method now raises NotImplementedError; updated unit tests
Jason Gerard DeRose
2008-10-08
1
-0
/
+3
*
Changed sub-package docstrings in tests/ to make consintent with other packages
Jason Gerard DeRose
2008-10-08
3
-3
/
+3
*
PEP 257: cleaned up docstrings in test_ipa_types.py
Jason Gerard DeRose
2008-10-08
1
-3
/
+62
*
Fixed two PEP 257 violations I missed in test_plugable.py
Jason Gerard DeRose
2008-10-08
1
-2
/
+2
*
PEP 257: cleaned up docstrings in test_frontend.py
Jason Gerard DeRose
2008-10-08
1
-45
/
+76
*
PEP 257: cleaned up docstrings in test_errors.py
Jason Gerard DeRose
2008-10-08
1
-14
/
+29
*
Restructured test_crud.py around new CrudChecker base class
Jason Gerard DeRose
2008-10-08
1
-85
/
+83
*
Made docstrings in test_crud.py contistent with rest
Jason Gerard DeRose
2008-10-07
1
-10
/
+26
*
PEP 257: cleaned up docstrings in test_config.py
Jason Gerard DeRose
2008-10-07
1
-4
/
+4
*
PEP 257: cleaned up docstrings in test_cli.py
Jason Gerard DeRose
2008-10-07
1
-10
/
+12
*
PEP 257: cleaned up docstrings in test_plugable.py
Jason Gerard DeRose
2008-10-07
1
-24
/
+69
*
Renamed tests/tstutil.py to tests/util.py
Jason Gerard DeRose
2008-10-07
11
-30
/
+30
*
-m
Jason Gerard DeRose
2008-10-07
2
-2
/
+2
*
Moved tstutil.py into base of tests so it can be used by all test subpackages...
Jason Gerard DeRose
2008-10-07
11
-12
/
+12
*
Moved ipa_server/tests/ to tests/test_ipa_server/
Jason Gerard DeRose
2008-10-07
1
-0
/
+22
*
Cleaned up package and module level docstrings for everything in tests/
Jason Gerard DeRose
2008-10-07
11
-11
/
+11
*
Moved ipa_webui/tests/ to tests/test_ipa_webui/
Jason Gerard DeRose
2008-10-07
2
-0
/
+91
*
Moved ipalib/tests/ into tests/test_ipalib/
Jason Gerard DeRose
2008-10-07
12
-0
/
+3431
*
Added top-level tests/ package that will contain all unit tests
Jason Gerard DeRose
2008-10-07
1
-0
/
+22