Skip to content

Commit

Permalink
limit pytest to tests/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jettjaniak committed Mar 3, 2024
1 parent f7cc6b7 commit e863604
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ extend-exclude = 'src/llama2c'
[tool.isort]
profile = 'black'
known_third_party = ['llama2c']
extend_skip = ['src/llama2c']
extend_skip = ['src/llama2c']

[tool.pytest.ini_options]
testpaths = ["tests"]

0 comments on commit e863604

Please sign in to comment.