Stewart86 / roadtaxTracker

CRUD operation for a fleet of vehicle in Singapore to ease roadtax renewal
MIT License
8 stars 35 forks source link

changed filename to work with Py unittest #22

Closed imanvanassum closed 4 years ago

imanvanassum commented 4 years ago
(roadtax) iman@roadtaxTracker$python -m unittest
.....
----------------------------------------------------------------------
Ran 5 tests in 0.006s

OK

All that was needed is make test the prefix of the filename instead of suffix, that's what the module looks for.

imanvanassum commented 4 years ago

@Stewart86 I can't assign, so please have a look