- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 47
 
test: fix several tests #368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 
           @AayushSabharwal I'm trying to learn here. How does the number of tests passed go from 539 to 572? Before: Test Summary:                                    | Pass  Fail  Error  Broken  Total      Time After: Test Summary:                                    | Pass  Fail  Broken  Total      Time  | 
    
| 
           When there's an error outside of a test, the rest of the testset is skipped. So the tests after the error don't run and aren't counted in the total. When the error is fixed, the rest of the tests now run and are counted in the total.  | 
    
6ff13e2    to
    d5aa784      
    Compare
  
    
No description provided.