Skip to content

Commit

Permalink
Merge pull request #78 from schireson/dc/remove-folder-references
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin authored Apr 3, 2023
2 parents 0ac26e6 + ef11751 commit 59935aa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ in a :code:`conftest.py` (a special file recognized by pytest) at the root of yo
typically :code:`tests/conftest.py`.

If your tests are located elsewhere, you should use the :ref:`pytest config <Pytest Config>` to specify
:code:`pytest_alembic_tests_folder`, to point at your tests folder root.
:code:`pytest_alembic_tests_path` (defaults to :code:`tests/conftest.py`), to point at your tests folder root.

Then you can define your own implementations of these fixtures

Expand Down
1 change: 0 additions & 1 deletion examples/test_async_sqlalchemy/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[tool:pytest]
pytest_alembic_tests_folder = tests
asyncio_mode = auto
1 change: 0 additions & 1 deletion examples/test_async_sqlalchemy_native/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[tool:pytest]
pytest_alembic_tests_folder = tests
pytest_alembic_include_experimental = downgrade_leaves_no_trace,all_models_register_on_metadata

This file was deleted.

0 comments on commit 59935aa

Please sign in to comment.