Skip to content

Commit

Permalink
chore: cleanup testing files (#349)
Browse files Browse the repository at this point in the history
minor cleanup
  • Loading branch information
maxhoesel authored Oct 25, 2023
1 parent 243054a commit 7a4a468
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .config/molecule/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provisioner:
inventory:
group_vars:
all:
# Versions to use, can be passed in from Nox
# Versions to use, can be passed in from pytest
step_cli_version: ${STEP_CLI_VERSION:-latest}
step_ca_version: ${STEP_CA_VERSION:-latest}

Expand Down
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.nox/Nox
nosetests.xml
coverage.xml
*.cover
Expand Down Expand Up @@ -93,7 +90,7 @@ ipython_config.py
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.Nox
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
Expand Down
10 changes: 0 additions & 10 deletions TODO

This file was deleted.

1 change: 0 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ build_ignore:
- .yamllint
- '*.tar.gz'
- .venv
- .tox
- .pytest_cache
- scripts
- .pre-commit-config.yaml
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ max-line-length = 120

[tool.pytest.ini_options]
testpaths = ["tests"]
filterwarnings = ['ignore:AnsibleCollectionFinder has already been configured']
Empty file added tests/plugins/__init__.py
Empty file.
Empty file added tests/roles/__init__.py
Empty file.
Empty file added tests/sanity/__init__.py
Empty file.

0 comments on commit 7a4a468

Please sign in to comment.