aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fdx_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unittest2 (Python 2 compatibility)Martin Vilcans2022-11-071-1/+1
|
* Removing Python 2 support - no need for six #54Martin Vilcans2020-02-121-1/+1
|
* Use six.StringIO for Python 3 compatMartin Vilcans2013-08-131-1/+1
|
* Use unittest2 if available but don't require it.Martin Vilcans2013-08-131-1/+1
| | | | The features of unittest2 are already in Python >=2.7.
* Removed dependency on unittest2Martin Vilcans2013-08-131-2/+2
| | | | I think I don't use its features and it doesn't exist under that name in Python 3.
* Added licensing information (MIT license)Martin Vilcans2011-11-281-0/+4
|
* Some code style changesMartin Vilcans2011-11-261-2/+2
|
* Fixed bold/underline etc. in FDX. (Capitalization mistake.)Martin Vilcans2011-11-151-9/+9
|
* Made RichString non-hierarchical (simpler).Martin Vilcans2011-11-101-17/+26
| | | | Also: FDX output should have correct line breaks now.
* Just some cleanup/reformattingMartin Vilcans2011-10-011-0/+1
|
* Added FDX outputMartin Vilcans2011-09-291-0/+45