CountryGenerator
from mockalot.generators import CountryGenerator
This generator returns a random country name.
Sample
'Iran'
'Kenya'
'Myanmar'
'Montserrat'
'Ethiopia'
Parameters
No parameters available.
Validations
There are no validations.
Usage
mockalot.set_column("my_country", CountryGenerator, {})