File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ repository.
1010Your goals:
1111=========== 
1212
13- Note that all of the command examples below should be run from inside 
14- the project root  which contains the *test_unit.py *
13+ Note that all of the command examples below should be run from the activity directory, 
14+ which contains the *test_unit.py *
1515and *test_integration.py * files.
1616
1717#. Provide a *MultiplierTests * and *DividerTests * test classes in
1818   the *test_unit.py * file.
1919#. *python -m unittest test_unit.py *  and *python -m unittest
2020   test_integration.py* should have no failures.
21- #. Running *coverage * run --source=calculator -m unittest test_unit.py;
21+ #. Running *coverage * run --source=calculator/calculator.py  -m unittest test_unit.py;
2222   coverage report* *  * shows 90%+ coverage..
2323#. Satisfy the linter such that *pylint calculator* gives no errors 
2424   and *flake8 calculator* gives no errors. You can achieve this by some 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments