dusty-phillips / gitifyhg

Tools for using git as a client to mercurial repositories
GNU General Public License v3.0
62 stars 17 forks source link

Fix this monstrosity of a test (test_special_cases.t) #81

Closed xentac closed 11 years ago

xentac commented 11 years ago

Not only did it not actually duplicate the py.test test it referred to, it also failed to set LC_ALL (which meant the filesystemencoding was ANSI_X3.4-1968). As well, I also fixed some testing-specific idioms (like having to specify the user when you clone a repo or when you make an hg commit).