navapbc / template-application-flask

Apache License 2.0
7 stars 3 forks source link

Fix writing-tests.md reference to enable_factory_create #234

Open yoomlam opened 1 month ago

yoomlam commented 1 month ago

Ticket

Small documentation correction to be consistent with code.

Changes

https://github.com/navapbc/template-application-flask/blob/dded29ce1ae0d3b9cd067a971850a290da29e0c2/docs/app/writing-tests.md?plain=1#L84 refers to initialize_factories_session but should be enable_factory_create

Testing

Compare with https://github.com/navapbc/template-application-flask/blob/dded29ce1ae0d3b9cd067a971850a290da29e0c2/docs/app/database/database-testing.md?plain=1#L13 and https://github.com/navapbc/template-application-flask/blob/dded29ce1ae0d3b9cd067a971850a290da29e0c2/app/tests/conftest.py#L98-L105