Closed bybwang closed 2 years ago
To help ease testing of future submissions I updated the workflow settings for the project. You should see test results here automatically shortly after future changes.
When ready this closes #21
I'm going to merge this, and then start a new PR to do the clean up previously requested.
Added a COLLEGETYPE list for common types of colleges. Wrote a function to randomly generate a first name and last name using faker, and a college type from the COLLEGETYPE list. Also wrote a test case for the new function.