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
python assert lib , easy to deal with error check and report
when I do some work with unittest, i find unittest.assertXXX() is great,
but some times , I want to use it only asset functions not all unittest,
so I writed this library
About
python assert lib , easy to deal with error check and report