jimporter / mike

Manage multiple versions of your MkDocs-powered documentation via Git
BSD 3-Clause "New" or "Revised" License
534 stars 47 forks source link

Use `rfc2822` date format; resolves #99 #100

Closed ktomk closed 2 years ago

ktomk commented 2 years ago

Update w/ lint fix and on top of master.

Regarding tests, "upstream" ghp-import took in the change already and at the end of the issue description there I left some notes on how I tested it if it helps.

I find this hard to test on the level of unit-tests b/c of the subprocess, IMHO this is more an integration check with the git utility and the environment. git/git-fast-import should work as expected. Perhaps a suite that supports setting the environment and binaries w/ a git repo fixture to poke around with.

jimporter commented 2 years ago

Thanks, merged!