Commit Graph

5 Commits

Author SHA1 Message Date
Alvin Lindstam
7c57085281 Improve test check for windows platform
`'win' in sys.platform` returns true on MacOS, since it's platform string
is `"darwin"`. This was likely not intended, since the check seems to be testing for
a windows platform, and was the only test error on a clean master build for me.
2020-01-15 21:59:27 +01:00
coolreader18
583b5ff379 Fix select test on windows 2019-11-11 15:31:14 -06:00
coolreader18
460e1497ff Fix some minor stuff 2019-10-28 22:29:28 -05:00
coolreader18
d0b39f9f1d Add select test 2019-10-28 22:27:23 -05:00
Noah
55103c6658 Add very basic tests for select.select 2019-10-23 22:46:10 +00:00