-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: pylint-dev/pylint-pytest
base: v1.1.4
head repository: pylint-dev/pylint-pytest
compare: v1.1.5
- 14 commits
- 9 files changed
- 3 contributors
Commits on Nov 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bb0b523 - Browse repository at this point
Copy the full SHA bb0b523View commit details
Commits on Oct 23, 2023
-
Make
nsp/nate/better-unused-argument
merge-able withorigin/master
Signed-off-by: Stavros Ntentos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 360461c - Browse repository at this point
Copy the full SHA 360461cView commit details -
Merge remote-tracking branch 'origin/master' into replay/fix/nate/bet…
…ter-unused-argument # By Stavros Ntentos (15) and others # Via GitHub (9) and Stavros Ntentos (1) * origin/master: Release v1.1.3 Fixing _is_pytest_fixture test direct import Improve packaging + Release v1.1.3rc1 Release v1.1.3rc0 (#17) Fix testing + coverage Improvements for `.github/workflows/run-tests.yaml` Fix the repository badges Roll back `from __future__ import annotations` for Python 3.6 Fix mypy issues Activate mypy in pre-commit [mypy] Fix Item "None" of "Optional[Module]" has no attribute "__file__" Carry over some `.pylintrc` configuration Minor re-ordering of the `tool.pylint`, with some comments Move the pylint configuration to pyproject.toml [pylint] Add pylint in the continuous integration and pre-commit Activate ruff, ignore the typing of classvar Upgrade the changelog for 1.1.3a0 release (#10) Use ruff instead of flake8 pyupgrade autoflake and isort Enable https://github.com/asottile/pyupgrade + `.git-blame-ignore-revs` `pre-commit run -a` Add `.pre-commit-config.yaml` Add a release job to publish on pypi on github tag creation MOAR Improvements: Cross-OS testing, `.gitignore` updates, supporting only `pylint<3`, coverage at Codecov, drop other CI CI: Modernize, MOAR Pythons, GH-Actions Signed-off-by: Stavros Ntentos <[email protected]> # Conflicts: # pylint_pytest/checkers/fixture.py
Configuration menu - View commit details
-
Copy full SHA for c249eb7 - Browse repository at this point
Copy the full SHA c249eb7View commit details
Commits on Nov 6, 2023
-
Extend coverage for `if node.name in FixtureChecker._pytest_fixtures[…
…fixname][0].argnames:` Signed-off-by: Stavros Ntentos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8756cc4 - Browse repository at this point
Copy the full SHA 8756cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb6af8d - Browse repository at this point
Copy the full SHA bb6af8dView commit details -
Merge pull request #21 from stdedos/replay/fix/nate/better-unused-arg…
…ument See more details in #21
Configuration menu - View commit details
-
Copy full SHA for c1547d9 - Browse repository at this point
Copy the full SHA c1547d9View commit details
Commits on Nov 11, 2023
-
Windows Artifacts have incorrect Slugification
e.g. https://github.com/pylint-dev/pylint-pytest/actions/runs/6592065982?pr=2 Signed-off-by: Stavros Ntentos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d11811e - Browse repository at this point
Copy the full SHA d11811eView commit details -
Move
--cov-report=html
toaddopts
Non-`--cov` invocation is unaffected; "no reason" not to generate `--cov-report=html` in an untracked directory AFAIS. Signed-off-by: Stavros Ntentos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90e4141 - Browse repository at this point
Copy the full SHA 90e4141View commit details -
Would've been better to get the path via `requests.config.rootdir`, but it looks like a pain to inject the `requests` fixture here. Signed-off-by: Stavros Ntentos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8edad60 - Browse repository at this point
Copy the full SHA 8edad60View commit details -
Improve copy-paste docstring from 8756cc4
Signed-off-by: Stavros Ntentos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8db8e4 - Browse repository at this point
Copy the full SHA d8db8e4View commit details -
Merge pull request #26 from stdedos/test/improve_coverage+setup+docs
See more details in #26
Configuration menu - View commit details
-
Copy full SHA for e29fe48 - Browse repository at this point
Copy the full SHA e29fe48View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4245b1 - Browse repository at this point
Copy the full SHA a4245b1View commit details -
Merge pull request #25 from stdedos/ci/fix-windows-artifacts-slugific…
…ation See more details in #25
Configuration menu - View commit details
-
Copy full SHA for 3cee43d - Browse repository at this point
Copy the full SHA 3cee43dView commit details
Commits on Nov 13, 2023
-
* removes more false positives for unused-argument (#21) * A collection of minor improvements to tests (#26) * Windows Artifacts have incorrect Slugification (#25) Signed-off-by: Stavros Ntentos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c84ad36 - Browse repository at this point
Copy the full SHA c84ad36View commit details
There are no files selected for viewing