Skip to content

Commit

Permalink
fix(templates): Move tests in cookiecutters to project root to suppor…
Browse files Browse the repository at this point in the history
…t `pytest_plugins` (meltano#1380)

Co-authored-by: Ken Payne <[email protected]>
  • Loading branch information
edgarrmondragon and Ken Payne authored Feb 9, 2023
1 parent 15c7755 commit 441533c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Meltano SDK test framework consists of 4 main components:

## Example Usage

If you created your Tap/Target using the provided cookiecutter templates, you will find the following snippets in `<library_name>/tests/test_core.py`.
If you created your Tap/Target using the provided cookiecutter templates, you will find the following snippets in `tests/test_core.py`.
You will also find a `conftest.py` file containing configuration of the SDK as a `pytest` plugin.
This is required for tests to collect correctly:

Expand Down

0 comments on commit 441533c

Please sign in to comment.