summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Revert "try removing disabled tests"Martin Matusiak2021-05-051-0/+20
| | | | This reverts commit 917bc82a6d83c44719854742c8040257d90a5dc5.
* try removing disabled testsMartin Matusiak2021-05-051-20/+0
|
* reformat with blackMartin Matusiak2021-05-052-130/+116
|
* flake8 fixesMartin Matusiak2021-05-051-10/+13
|
* add test for highlight_stringMartin Matusiak2021-05-051-1/+36
|
* add tests for highlight_stringMartin Matusiak2021-05-051-10/+42
|
* add test for highlight_stringMartin Matusiak2021-05-051-0/+35
|
* add test for highlight_stringMartin Matusiak2021-05-051-1/+13
|
* add test for colordiffMartin Matusiak2021-05-051-1/+11
|
* add tests for write_out and write_errMartin Matusiak2021-05-051-1/+25
|
* add test for set_term_titleMartin Matusiak2021-05-051-0/+8
|
* add test for wrap_string in disabled modeMartin Matusiak2021-05-051-0/+5
|
* add tests for disabled stateMartin Matusiak2021-05-051-0/+23
|
* fix test to call colorize_v2 insteadMartin Matusiak2021-05-051-8/+8
|
* update ansicolor/ansicolor.py, ansicolor/demos.py, tests/test_colors.pyHypnoes2018-01-221-51/+49
| | | | | | ansicolor/ansicolor.py: move function get_code_v2 colorize_v2 follow the original function tests/test_colors.py: move test test_color_v2 behind test_color ansicolor/demos.py: new demo demo_color_v2
* SUPPORT NEW FEATURES:Hypnoes2018-01-211-0/+53
| | | | | | | | add new function get_code_v2; add new function colorize_v2; support blink text; support underline text; update test_color.py
* switch test to use colorizeMartin Matusiak2014-03-101-1/+3
|
* extend colorize to support start, end indicesMartin Matusiak2014-03-101-1/+10
|
* move demos to a separate moduleMartin Matusiak2014-03-081-2/+0
|
* fix string.rjust use for python3Martin Matusiak2014-03-081-1/+4
|
* add more color testsMartin Matusiak2014-03-081-0/+38
|
* add color testsMartin Matusiak2014-03-081-0/+52
|
* refactor import testsMartin Matusiak2014-03-082-33/+33
|
* add importability testMartin Matusiak2014-03-082-0/+33