Compare commits
No commits in common. "64cdcb11222409ddefeef42bb061c99dbb6156f7" and "e81d10d08a5c7408f4bab906289e590cda70c598" have entirely different histories.
64cdcb1122
...
e81d10d08a
4 changed files with 15 additions and 797 deletions
2
.github/workflows/pytest.yaml
vendored
2
.github/workflows/pytest.yaml
vendored
|
|
@ -36,4 +36,4 @@ jobs:
|
||||||
- name: Install corrlib
|
- name: Install corrlib
|
||||||
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
|
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: uv run pytest --cov=corrlib tests
|
run: uv run pytest tests
|
||||||
|
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,5 +4,4 @@ __pycache__
|
||||||
test.ipynb
|
test.ipynb
|
||||||
.vscode
|
.vscode
|
||||||
.venv
|
.venv
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
.coverage
|
|
||||||
|
|
@ -32,6 +32,5 @@ ignore = ["F403"]
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
"pytest>=9.0.1",
|
"pytest>=9.0.1",
|
||||||
"pytest-cov>=7.0.0",
|
|
||||||
"pytest-pretty>=1.3.0",
|
"pytest-pretty>=1.3.0",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue