diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-08 07:15:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-08 07:15:57 +0800 |
| commit | b30720ee4d9762a03eae4fa7cfa4b0190d81784d (patch) | |
| tree | e4db57c467db566901d53881012f1ccfe3ca9d4a /pyproject.toml | |
| parent | b3166ece31bfb29e89f6ed4bb9214bf1c03791df (diff) | |
| parent | dde3a8bd9229ff25ec8bc03c35d937f43233f48e (diff) | |
| download | gitpython-b30720ee4d9762a03eae4fa7cfa4b0190d81784d.tar.gz | |
Merge pull request #1438 from luzpaz/typos
Fix various typos
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 102b6fdc..da3e605a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [tool.pytest.ini_options] python_files = 'test_*.py' -testpaths = 'test' # space seperated list of paths from root e.g test tests doc/testing +testpaths = 'test' # space separated list of paths from root e.g test tests doc/testing addopts = '--cov=git --cov-report=term --maxfail=10 --force-sugar --disable-warnings' filterwarnings = 'ignore::DeprecationWarning' # --cov coverage |
