svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 326 forks source link

Fix Windows unittests and color output #284

Open soundstripe opened 6 years ago

soundstripe commented 6 years ago

Uses the os.path.abspath() function to fix tests that were failing on the Windows platform.

Fixes color output on the Windows terminal.

No longer need --skip-term-colors as mentioned in issue #235