cqfn / pdd

Command line toolkit for collecting TODO markers from your code, known as Puzzle Driven Development (PDD)
https://www.0pdd.com
MIT License
76 stars 25 forks source link

[108] eliminate tests skipping on windows #200

Open Doldrums opened 2 years ago

Doldrums commented 2 years ago

Case is the following:

There are several tests ignored on windows, e.g. test_reads_git_author. These tests are ignored via "skip if Gem.win_platform?" but this makes it very difficult to develop, since you can not run the entire test suite.
Imho these tests should not be ignored and should be fixed.

May notice that there are not much strong differences in the commands for the terminal and Windows console; so we can correct this situation

Doldrums commented 2 years ago

Perhaps more specific comments are needed:

yegor256 commented 2 years ago

@Doldrums can you please first help with this #204?

Doldrums commented 2 years ago

@yegor256 sure