Commit | Date | |
---|---|---|
[r18710]
by
bugman
Created the test_format_table6() unit test for lib.text.table.format_table(). This test shows a problem with more than one multi-column cells defined, as well as problems when a |
2013-03-08 16:28:30 | Tree |
[r18709]
by
bugman
Added column number checks for the data input into lib.text.table.format_table(). |
2013-03-08 15:09:49 | Tree |
[r18708]
by
bugman
Merged revisions 18706-18707 via svnmerge from ........ |
2013-03-08 14:47:48 | Tree |
[r18707]
by
bugman
The lib.text.table.format_table() function can now create a table without headers. |
2013-03-08 14:47:12 | Tree |
[r18706]
by
bugman
Created the test_format_table5() unit test for lib.text.table.format_table(). This test checks what happens if no header is given to format_table(). This currently fails. |
2013-03-08 14:46:30 | Tree |
[r18705]
by
bugman
Merged revisions 18689-18704 via svnmerge from ........ |
2013-03-08 14:33:31 | Tree |
[r18704]
by
bugman
Python 3 fix for the test_format_table4() unit test of lib.text.table.format_table(). The string representation of the builtin list object is different in Python 2 vs. 3. |
2013-03-08 14:28:19 | Tree |
[r18703]
by
bugman
Rounding error fix for the test_format_table4() unit test of lib.text.table.format_table(). |
2013-03-08 14:21:25 | Tree |
[r18702]
by
bugman
Implemented the custom_format argument for lib.text.table.format_table(). This allows cell contents to be formatted as the user asks. It defaults to standard string |
2013-03-08 14:16:34 | Tree |
[r18701]
by
bugman
Modified the test_format_table4() unit test of lib.text.table.format_table(). This change is to test the currently unimplemented custom_format argument. This will be used to |
2013-03-08 14:15:27 | Tree |