paulocheque / django-dynamic-fixture

A complete library to create dynamic model instances for testing purposes.
http://django-dynamic-fixture.readthedocs.io/
Other
390 stars 67 forks source link

docs: Fix simple typo, enviroment -> environment #128

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in django_dynamic_fixture/fixture_algorithms/default_fixture.py, django_dynamic_fixture/fixture_algorithms/random_fixture.py, django_dynamic_fixture/fixture_algorithms/sequential_fixture.py, django_dynamic_fixture/fixture_algorithms/tests/test_default_fixture.py, django_dynamic_fixture/fixture_algorithms/unique_random_fixture.py, django_dynamic_fixture/tests/test_ddf_geo.py.

Should read environment rather than enviroment.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at ?% when pulling 2db9984bc0f294889ed24af8d370d9b7a4d744b6 on timgates42:bugfix_typo_environment into f64521fdd81110c26a5ed78bf79891c7af4cf2ff on paulocheque:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at ?% when pulling 2db9984bc0f294889ed24af8d370d9b7a4d744b6 on timgates42:bugfix_typo_environment into f64521fdd81110c26a5ed78bf79891c7af4cf2ff on paulocheque:master.

paulocheque commented 4 years ago

cool, thanks!