Skip to content

Commit 216be06

Browse files
committed
Move src/confest.py to src/frequenz/repo/conftest.py
This is to leave the `src` directory free of any files, so it is easier to navigate using auto-completion and GitHub file browser. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f8fd225 commit 216be06

File tree

9 files changed

+5
-1
lines changed

9 files changed

+5
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude CODEOWNERS
55
exclude CONTRIBUTING.md
66
exclude mkdocs.yml
77
exclude noxfile.py
8-
exclude src/conftest.py
8+
global-exclude conftest.py
99
recursive-exclude .github *
1010
recursive-exclude cookiecutter *
1111
recursive-exclude docs *

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
- You can now make your branch protection rule only require the "Test with nox" CI job to pass. All the matrix expansions will merge into it, so there is no need to change branch protection rules if matrix elements are added or removed.
2626
- Dependabot now will check for updates monthly and on a random day and time.
2727

28+
- The `src/conftest.py` file was moved to `src/<project_path>/conftest.py`.
29+
30+
This is to leave the `src` directory free of any files, so it is easier to navigate using auto-completion and GitHub file browser.
31+
2832
## New Features
2933

3034
<!-- Here goes the main new features and examples or instructions on how to use them -->

cookiecutter/{{cookiecutter.github_repo_name}}/src/conftest.py renamed to cookiecutter/{{cookiecutter.github_repo_name}}/src/frequenz/{{cookiecutter.type}}/{{cookiecutter.name | as_identifier}}/conftest.py

File renamed without changes.

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/src/conftest.py renamed to tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/src/frequenz/actor/test/conftest.py

File renamed without changes.

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/py/conftest.py renamed to tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/py/frequenz/api/test/conftest.py

File renamed without changes.

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/src/conftest.py renamed to tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/src/frequenz/app/test/conftest.py

File renamed without changes.

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/src/conftest.py renamed to tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/src/frequenz/test/conftest.py

File renamed without changes.

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/src/conftest.py renamed to tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/src/frequenz/model/test/conftest.py

File renamed without changes.

0 commit comments

Comments
 (0)