Skip to content

Commit

Permalink
removed ini file added pytest configs in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomcura committed Aug 11, 2023
1 parent 79ba7d3 commit 7b1291f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ all = true
ignore = ["F821"]

[tool.ruff.flake8-self]
ignore-names = ["snakemake"]
ignore-names = ["snakemake"]

# pytest config
[tool.pytest.ini_options]
markers = [
"positive: marks for positive test",
"negative: marks for a negative test"
]
4 changes: 0 additions & 4 deletions tests/functional/pytest.ini

This file was deleted.

0 comments on commit 7b1291f

Please sign in to comment.