You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests for IsolatedAsyncioTestCase of unittest framework are not marked with completion badge like sync tests (normal TestCase), though they are showed in Testing tab. Failed badge is also incorrect as it just informs about error on import unittest statement.
Due to this it's hard to snap to async test if one failed.
As a Bug I also inform that for some reason when async test is failed it just crushes tab with test_*.py