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
After implementing the test runner functionality, sure should provide a test lint.
Using the ast library we can check if the body of the test contains test smells such as "loops", too many mocks, too many assertions, internal imports and so on....
The text was updated successfully, but these errors were encountered:
After implementing the test runner functionality, sure should provide a test lint.
Using the ast library we can check if the body of the test contains test smells such as "loops", too many mocks, too many assertions, internal imports and so on....
The text was updated successfully, but these errors were encountered: