root/trunk/pyrad

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2160 [2160] 7 months wichert Make sure all encoding utility methods raise a TypeError? if a value of the …
(edit) @1128 [1128] 14 months wichert Add the 'octets' datatype from FreeRADIUS. This is treated just like …
(edit) @1127 [1127] 14 months wichert Check against unimplemented datatypes in EncodeData? and DecodeData? instead …
(edit) @1118 [1118] 14 months wichert Test raw key containment tests
(edit) @1117 [1117] 14 months wichert Add a delitem implementation to Packet. Based on a patch from Alexey V …
(edit) @1116 [1116] 14 months wichert Make Packet.has_key and contains gracefully handle unknown attributes. …
(edit) @1084 [1084] 14 months wichert Copyright updates
(edit) @1082 [1082] 14 months wichert Standardize the class method mocking
(edit) @1081 [1081] 14 months wichert Add proxy tests
(edit) @1080 [1080] 14 months wichert MockFd? moved to mock.py
(edit) @1079 [1079] 14 months wichert Update class method mocking code to deal correctly with mocking in bass …
(edit) @1078 [1078] 14 months wichert Sync proxy handling method API with the auth and acct packet handling …
(edit) @1077 [1077] 14 months wichert Remove unneeeded import
(edit) @1076 [1076] 14 months wichert 100% test coverage for the server
(edit) @1075 [1075] 14 months wichert Rename the server-internal error class to ServerPacketError? to prevent …
(edit) @1074 [1074] 14 months wichert Remove double statement
(edit) @1073 [1073] 14 months wichert The proxy code has its own file now
(edit) @1072 [1072] 14 months wichert Fix typo in teardown
(edit) @1071 [1071] 15 months wichert Running a-mock
(edit) @1070 [1070] 15 months wichert Fix some stupid errors in the proxy code
(edit) @1069 [1069] 15 months wichert Use the standard logging module instead of printing to stdout
(edit) @1068 [1068] 15 months wichert Test Server.ProcessInput?
(edit) @1067 [1067] 15 months wichert Test CreateReply?
(edit) @1066 [1066] 15 months wichert More server tests.
(edit) @1065 [1065] 15 months wichert We do not want the same default dict instance in all Server instances.
(edit) @1064 [1064] 15 months wichert No need for pass here
(edit) @1063 [1063] 15 months wichert Split mockers into a separate file
(edit) @1062 [1062] 15 months wichert Start of server tests
(edit) @1061 [1061] 15 months wichert Full test coverage for the client code and a single bugfix found in the …
(edit) @1060 [1060] 15 months wichert More tests
(edit) @1059 [1059] 15 months wichert More tests
(edit) @1058 [1058] 15 months wichert Stupid typo
(edit) @1057 [1057] 15 months wichert Full test coverage for packet.py
(edit) @1056 [1056] 15 months wichert That was some mighty wrong indenting
(edit) @1055 [1055] 15 months wichert Fix typo
(edit) @1054 [1054] 15 months wichert Reuse the packet construction class for auth and acct packets
(edit) @1053 [1053] 15 months wichert Test packet decoding
(edit) @1052 [1052] 15 months wichert More packet tests
(edit) @1051 [1051] 15 months wichert Test against the authenticator in the packet: the authenticator in the …
(edit) @1050 [1050] 15 months wichert Why not use booleans
(edit) @1040 [1040] 15 months wichert More tests
(edit) @1039 [1039] 15 months wichert More tests. Found our second bug so far: setting raw attributes did not …
(edit) @1038 [1038] 15 months wichert Use list comprehensions instead of maps
(edit) @1037 [1037] 15 months wichert More tests
(edit) @1036 [1036] 15 months wichert Start of packet tests
(edit) @1035 [1035] 15 months wichert use the proper way to test against None
(edit) @1034 [1034] 15 months wichert Fix Packet.CreateReply?: the constructor parameters were slightly …
(edit) @1032 [1032] 15 months wichert Use absolute imports instead of relavite ones
(edit) @1030 [1030] 15 months wichert Fix the bidict tests
(edit) @1029 [1029] 15 months wichert Add tests for tools.py
(edit) @1028 [1028] 15 months wichert Whitespace
(edit) @1027 [1027] 15 months wichert Add tests for bidict
(edit) @1026 [1026] 15 months wichert Remove some double statements
(edit) @1025 [1025] 15 months wichert 100% test coverage for dictionary.py
(edit) @1023 [1023] 15 months wichert Improve the datatype test for attributes and drop the unused filename …
(edit) @1022 [1022] 15 months wichert Test parsing multiple dictionaries during construction
(edit) @1021 [1021] 15 months wichert More vendor attribute testing
(edit) @1020 [1020] 15 months wichert Test vendor parsing
(edit) @1019 [1019] 15 months wichert Fixes
(edit) @1018 [1018] 15 months wichert Test value parsing
(edit) @1017 [1017] 15 months wichert Test value parsing
(edit) @1016 [1016] 15 months wichert More tests
(edit) @1015 [1015] 15 months wichert More tests
(edit) @1014 [1014] 15 months wichert Include the line number in the parse error
(edit) @1013 [1013] 15 months wichert Silly fixes
(edit) @1012 [1012] 15 months wichert Support passing in file-like objects to be parsed. Makes testing a bit …
(edit) @1009 [1009] 15 months wichert More test work
(copy) @1008 [1008] 15 months wichert Restructure things a bit so we can easily use the test runner
copied from trunk/src:
(edit) @1007 [1007] 15 months wichert Add some unit test bits
Note: See TracRevisionLog for help on using the revision log.