summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_encoder.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix Encoder.decode test.Pavel Zuna2009-07-021-1/+1
|
* Fix bug in Encoder where tuples were encoded into lists. Fix Encoder and ↵Pavel Zuna2009-06-101-42/+47
| | | | Command.args_options_2_entry unit tests.
* Add Encoder base class and method decorators to encode arguments/decode ↵Pavel Zuna2009-05-191-0/+144
return values. Also - unit tests.