zopefoundation / zope.testing

Other
4 stars 13 forks source link

Skip broken symlink test on Windows #14

Closed mgedmin closed 8 years ago

mgedmin commented 8 years ago

Python 3.2 introduced os.symlink() on Windows platforms, but it raises NotImplementedError if the underlying OS is too old to support symlinks (like what we have on winbot).

Fixes #13.