File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3232
3333@manager .command
3434def test ():
35- """Runs the unit tests without coverage."""
35+ """Runs the unit tests without test coverage."""
3636 tests = unittest .TestLoader ().discover ('project/tests' , pattern = 'test*.py' )
3737 result = unittest .TextTestRunner (verbosity = 2 ).run (tests )
3838 if result .wasSuccessful ():
Original file line number Diff line number Diff line change 1- // custom javascript
1+ // custom javascript
2+
3+ $ ( document ) . ready ( function ( ) {
4+ console . log ( 'Sanity Check!' ) ;
5+ } ) ;
Original file line number Diff line number Diff line change 11< footer >
22 < div class ="container ">
33 < small >
4- < span > ©
< a href ="
mailto:[email protected] "
> Michael Herman </ a > </ span > 4+ < span > ©
< a href ="
mailto:[email protected] "
> Real Python </ a > </ span > 55 </ small >
66 </ div >
77</ footer >
You can’t perform that action at this time.
0 commit comments