-
Notifications
You must be signed in to change notification settings - Fork 125
Comparing changes
Open a pull request
base repository: pytest-dev/pluggy
base: 0.7.1
head repository: pytest-dev/pluggy
compare: 0.8.0
Commits on Jul 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9555f4f - Browse repository at this point
Copy the full SHA 9555f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d044159 - Browse repository at this point
Copy the full SHA d044159View commit details -
Use "pluggy" in changelog title
(btw sorry to push branches directly to the repo, I'm in a hurry so I'm doing this using the GH UI).
Configuration menu - View commit details
-
Copy full SHA for 53af86d - Browse repository at this point
Copy the full SHA 53af86dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b95e0f - Browse repository at this point
Copy the full SHA 8b95e0fView commit details -
Merge pull request #163 from pytest-dev/pluggy-changelog-titles
Use "pluggy" in changelog title
Configuration menu - View commit details
-
Copy full SHA for c1f6616 - Browse repository at this point
Copy the full SHA c1f6616View commit details
Commits on Jul 28, 2018
-
Merge pull request #161 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.rst
Configuration menu - View commit details
-
Copy full SHA for 9433325 - Browse repository at this point
Copy the full SHA 9433325View commit details -
Merge pull request #162 from pytest-dev/nicoddemus-patch-1
Post release adjustments: skip AppVeyor
Configuration menu - View commit details
-
Copy full SHA for 1b09518 - Browse repository at this point
Copy the full SHA 1b09518View commit details -
Merge pull request #160 from nicoddemus/release-0.7.0
Release 0.7.1
Configuration menu - View commit details
-
Copy full SHA for e601df4 - Browse repository at this point
Copy the full SHA e601df4View commit details
Commits on Jul 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5d37d7a - Browse repository at this point
Copy the full SHA 5d37d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 669315c - Browse repository at this point
Copy the full SHA 669315cView commit details -
Merge pull request #168 from fschulze/changelog
Add changelog in long package description and documentation. Fixes #165.
Configuration menu - View commit details
-
Copy full SHA for bccc385 - Browse repository at this point
Copy the full SHA bccc385View commit details -
Merge pull request #167 from nicoddemus/fix-changelog
Normalize all titles and add dates in CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 962d674 - Browse repository at this point
Copy the full SHA 962d674View commit details
Commits on Aug 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a07b424 - Browse repository at this point
Copy the full SHA a07b424View commit details -
Configuration menu - View commit details
-
Copy full SHA for c253ce2 - Browse repository at this point
Copy the full SHA c253ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e413c70 - Browse repository at this point
Copy the full SHA e413c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851a02d - Browse repository at this point
Copy the full SHA 851a02dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e87aef - Browse repository at this point
Copy the full SHA 2e87aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ae198 - Browse repository at this point
Copy the full SHA 98ae198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9940cf2 - Browse repository at this point
Copy the full SHA 9940cf2View commit details -
Merge pull request #169 from nicoddemus/pre-commit-black
Add pre-commit for style checks and use black as formatter
goodboy authoredAug 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 6587ed0 - Browse repository at this point
Copy the full SHA 6587ed0View commit details
Commits on Aug 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 96543a5 - Browse repository at this point
Copy the full SHA 96543a5View commit details -
Merge pull request #173 from nicoddemus/plugin-count
Update number of pytest plugins in the docs
Configuration menu - View commit details
-
Copy full SHA for 96e94e5 - Browse repository at this point
Copy the full SHA 96e94e5View commit details -
Add a test demonstrating the opt in nature of args
Args are always opt in for hookimpls regardless of whether the spec or call defines more then the impl accepts. Relates to #170
Tyler Goodlet committedAug 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 429c5fc - Browse repository at this point
Copy the full SHA 429c5fcView commit details -
Merge pull request #172 from tgoodlet/test_opt_in_args
Add a test demonstrating the opt in nature of args
goodboy authoredAug 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 3a79b52 - Browse repository at this point
Copy the full SHA 3a79b52View commit details
Commits on Aug 16, 2018
-
Encapsulate spec definitions with a class
Allows for easier introspection of spec definitions including function signatures and hook options. Originally introduced to address #15 and the accompanying PR (#43) which requires keeping track of spec default arguments values.
Tyler Goodlet committedAug 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 894b5e2 - Browse repository at this point
Copy the full SHA 894b5e2View commit details
Commits on Aug 19, 2018
-
Tyler Goodlet committed
Aug 19, 2018 Configuration menu - View commit details
-
Copy full SHA for c967e91 - Browse repository at this point
Copy the full SHA c967e91View commit details -
Merge pull request #57 from tgoodlet/encapsulate_specs
Encapsulate spec definitions with a class
goodboy authoredAug 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 1da70c9 - Browse repository at this point
Copy the full SHA 1da70c9View commit details
Commits on Sep 16, 2018
-
victor committed
Sep 16, 2018 Configuration menu - View commit details
-
Copy full SHA for bcd551d - Browse repository at this point
Copy the full SHA bcd551dView commit details -
victor committed
Sep 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 5e1ee95 - Browse repository at this point
Copy the full SHA 5e1ee95View commit details -
victor committed
Sep 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 17783a5 - Browse repository at this point
Copy the full SHA 17783a5View commit details -
Moved get_hookimpl to HookCaller.
victor committedSep 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 163ff50 - Browse repository at this point
Copy the full SHA 163ff50View commit details -
victor committed
Sep 16, 2018 Configuration menu - View commit details
-
Copy full SHA for ca0d071 - Browse repository at this point
Copy the full SHA ca0d071View commit details
Commits on Sep 29, 2018
-
Refactored to use get_hookimpls()
victor committedSep 29, 2018 Configuration menu - View commit details
-
Copy full SHA for e1fcf60 - Browse repository at this point
Copy the full SHA e1fcf60View commit details -
Inverted order, needed for calls.
victor committedSep 29, 2018 Configuration menu - View commit details
-
Copy full SHA for c85f154 - Browse repository at this point
Copy the full SHA c85f154View commit details -
Added comment to make order importance more explicit.
victor committedSep 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 21dec08 - Browse repository at this point
Copy the full SHA 21dec08View commit details
Commits on Sep 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a5c17ec - Browse repository at this point
Copy the full SHA a5c17ecView commit details
Commits on Oct 14, 2018
-
Merge pull request #177 from Sup3rGeo/feature/get-plugins-for-hook
Feature/get plugins for hook
Configuration menu - View commit details
-
Copy full SHA for 38988e9 - Browse repository at this point
Copy the full SHA 38988e9View commit details
Commits on Oct 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 758fd7c - Browse repository at this point
Copy the full SHA 758fd7cView commit details
There are no files selected for viewing