Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .coveragerc

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include LICENSE.txt *.md *.rst screenshots/*
include tasks.py .coveragerc tox.ini
recursive-include test *.cnf
recursive-include test *.feature
recursive-include test *.py
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,6 @@ commands = [['ruff', 'check'],

[tool.pytest]
addopts = ['--ignore=mycli/packages/paramiko_stub/__init__.py']

[tool.coverage.run]
source = ['mycli']
3 changes: 0 additions & 3 deletions test/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def before_all(context):
# os.environ['MYSQL_TEST_LOGIN_FILE'] = login_path_file

context.package_root = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))

os.environ["COVERAGE_PROCESS_START"] = os.path.join(context.package_root, ".coveragerc")

context.exit_sent = False

vi = "_".join([str(x) for x in sys.version_info[:3]])
Expand Down
Loading