abseil/abseil-py

absltest.main() dosen't work on Windows, but work on MacOs

minglinlu opened this issue · 2 comments

the absltest.main() would run testCase in each class for methods prefixed by "test" on MacOs, however, it dosen't work on windows.
WeChatWorkScreenshot_7bae7823-03ec-41eb-9f54-3f86dbf21f21
image

yilei commented

What happens when you use unittest.main()? absltest.main() mostly delicates to stdlib.

It just worked after a few hours later, I didn't do anything....