"Please edit configuration/connection/logging settings" message running suite tests #1159
-
When running the Alembic suite tests on a third-party dialect (CockroachDB), many tests emit the message
The tests complete and (seem to) pass, so is this just a spurious message that can be safely ignored? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
this is the standard out for the command that runs for "alembic init" that generates an environment. the "please edit" is to tell the user that "alembic init" just ran and they will want to add their database URL to alembic.ini. |
Beta Was this translation helpful? Give feedback.
this is the standard out for the command that runs for "alembic init" that generates an environment. the "please edit" is to tell the user that "alembic init" just ran and they will want to add their database URL to alembic.ini.