Commit | Date | |
---|---|---|
[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 |
[r18700]
by
bugman
Numbers are now right justified in cells in the lib.text.table.format_table() function. |
2013-03-08 13:57:34 | Tree |
[r18699]
by
bugman
Converted the test_format_table4() unit test of lib.text.table.format_table() to check justification. The right justification of cells with numbers will be implemented to match these changes. |
2013-03-08 13:57:05 | Tree |
[r18698]
by
bugman
The table contents are now all converted to strings in lib.text.table.format_table(). This uses the _convert_to_string() private function. |
2013-03-08 13:43:46 | Tree |
[r18697]
by
bugman
Created a new unit test of lib.text.table.format_table() to check for non-string type data. |
2013-03-08 13:40:16 | Tree |
2013-03-08 13:13:49 | Tree | |
[r18695]
by
bugman
Fix for calculating column widths when multi-column cells are present in lib.text.table.format_table(). |
2013-03-08 11:48:26 | Tree |
2013-03-08 11:36:39 | Tree | |
2013-03-08 11:05:12 | Tree | |
[r18692]
by
bugman
Created a unit test for the lib.text.table.format_table() function to test multiple column support. Support for content spanning multiple cells is yet to be implemented. |
2013-03-08 09:20:41 | Tree |