JI511 / Personal_Fitness

Personal Python project to improve skills and explore different libraries. Open to any and all contributions. Using a local database with sqlite3 to learn SQL.
MIT License
0 stars 0 forks source link

Update suite creation to find file names #84

Closed JI511 closed 5 years ago

JI511 commented 5 years ago

Currently each new class must be added. Figure out how to find all the files in a directory and add them to the suite. This should also work with the -t to control what tests to run.