You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nautobot expects model docs to exist in docs/models/{cookiecutter.model_class_name.lower()}.md to be able to automatically generate the docs links on some of the generic pages. We should generate this file on bake. As part of this change we can also change the base TestCase for tests/test_models.py to the correct base class of nautobot.apps.testing.ModelTestCases.BaseModelTestCase
The text was updated successfully, but these errors were encountered:
Nautobot expects model docs to exist in
docs/models/{cookiecutter.model_class_name.lower()}.md
to be able to automatically generate the docs links on some of the generic pages. We should generate this file on bake. As part of this change we can also change the baseTestCase
fortests/test_models.py
to the correct base class ofnautobot.apps.testing.ModelTestCases.BaseModelTestCase
The text was updated successfully, but these errors were encountered: