Add a FakeEducator instance to FakeContext. Please ensure that new properties are added in alphabetical order and well documented.
Here are points of reference from the Faker library:
val educator = faker.educator()
educator.campus()
educator.course()
educator.secondarySchool()
educator.university()
If you want to work on this please leave a comment so you can be assigned to this issue. Feel free to ask questions or open a draft PR if you are unsure on implementation details.
Add a
FakeEducator
instance toFakeContext
. Please ensure that new properties are added in alphabetical order and well documented.Here are points of reference from the
Faker
library:If you want to work on this please leave a comment so you can be assigned to this issue. Feel free to ask questions or open a draft PR if you are unsure on implementation details.