SFDO-Community-Sprints / Snowfakery-Edu

Fake data to support educational institutions
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Added college name generator #27

Closed bybwang closed 2 years ago

bybwang commented 2 years ago

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.

acrosman commented 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.

acrosman commented 2 years ago

When ready this closes #21

acrosman commented 2 years ago

I'm going to merge this, and then start a new PR to do the clean up previously requested.