-
Notifications
You must be signed in to change notification settings - Fork 12
Sprint post #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nicoddemus
merged 9 commits into
pytest-dev:master
from
pfctdayelise:pfctdayelise-sprintpost
Jul 8, 2016
Merged
Sprint post #10
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
fc0fe94
Make devserver command work properly
pfctdayelise 9886339
Make posts subdir under content. Fix image embedding
pfctdayelise d05fa97
Theme tweaks'
pfctdayelise 396a595
theme tweaks
pfctdayelise a9a41c8
New post
pfctdayelise 8474b13
Merge branch 'master' of https://github.com/pytest-dev/blog.pytest.org
pfctdayelise 68f652d
Merge branch 'master' of https://github.com/pytest-dev/blog.pytest.org
pfctdayelise d1b6dfd
new post on sprint
pfctdayelise 91b9963
Amend wording based on PR feedback
pfctdayelise File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,89 @@ | ||
| Title: pytest development sprint | ||
| Date: 2016-07-07 09:00 | ||
| Tags: sprint2016 | ||
| Authors: pfctdayelise | ||
| Summary: Summary of happenings at the June 2016 development sprint. | ||
|
|
||
|
|
||
| We have just wrapped up the pytest development sprint, which was held 20-25 June 2016 in Freiburg, Germany. Other sprints have taken place at Python conferences, but this was the first dedicated standalone event. We had 27 participants from five continents! | ||
|
|
||
| It was funded by [an indiegogo campaign](https://www.indiegogo.com/projects/python-testing-sprint-mid-2016#/) which raised over US$12,000 with nearly 100 backers. Several companies generously donated $300 or more: | ||
|
|
||
| * [Dropbox](https://www.dropbox.com/home) | ||
| * [Dolby Laboratories](http://www.dolby.com/) | ||
| * [Optiver APAC](http://www.optiver.com/sydney/) | ||
| * [Splunk](http://www.splunk.com/) | ||
| * [Cobe.io](https://cobe.io/) | ||
| * [Personalkollen](https://personalkollen.se/) | ||
| * [FanDuel](https://www.fanduel.com/) | ||
| * [BrightSpec](http://brightspec.com/) | ||
|
|
||
| Participants travelled from around Europe and the UK, the US, Brazil, Australia and China. | ||
|
|
||
| Work started or finished included the following. | ||
|
|
||
| Discussions: | ||
|
|
||
| * what to include in pytest 3.0 | ||
| * advanced intro sessions on plugin mechanics (pluggy) and the fixture system implementation | ||
| * tox roadmap | ||
| * [Started to conceptualize generalized package builds and virtualenv creation](https://bitbucket.org/hpk42/tox/issues/338/generalize-package-builds-and-virtualenv) | ||
| * process for removing deprecated features | ||
| * proposal for [combining parametrize with fixtures](https://github.com/pytest-dev/pytest/pull/1660) | ||
| * new 'fromcontext'/'invocation' scope for fixtures and some initial prototyping | ||
| * lightning talks | ||
|
|
||
| {.img-rounded} | ||
|
|
||
| Major features: | ||
|
|
||
| * dropping pytest assert reinterpret code | ||
| * [rename binary from 'py.test' to 'pytest'](https://github.com/pytest-dev/pytest/issues/1629) (but don't worry, ``py.test`` will still work) | ||
| * [documentation restructuring](https://github.com/pytest-dev/pytest/wiki/Docs-refactor) | ||
| * [``--setup-only`` and ``--setup-plan`` flags which show how fixtures are initialised without actually running the tests](https://github.com/pytest-dev/pytest/pull/1647) | ||
| * Adding ``-o`` commandline option to override .ini config values | ||
|
|
||
| Other features: | ||
|
|
||
| * pytest-qt features - improvements towards a [2.0 release](https://github.com/pytest-dev/pytest-qt/blob/master/CHANGELOG.rst) | ||
| * pytest-bdd enhancements | ||
| * pytest-django: triaged issues in general and made some progress especially with regard to better handle DB access/setup. | ||
| * pytest-html enhancements | ||
| * pytest-factoryboy enhancements | ||
| * pytest-selenium enhancements | ||
| * pytest-repeat enhancements | ||
| * pytest-environment research | ||
| * cookiecutter-pytest-plugin improvements | ||
| * 4 projects [submitted](http://pytest.org/latest/contributing.html#submitting-plugins-to-pytest-dev) to pytest-dev organisation | ||
|
|
||
| Bugs fixed/in progress: | ||
|
|
||
| * [exit pytest on collection error](https://github.com/pytest-dev/pytest/issues/1421) | ||
| * [markers stain on all related classes](https://github.com/pytest-dev/pytest/issues/568) | ||
| * [removed deprecated command line options](https://github.com/pytest-dev/pytest/issues/1657) | ||
| * [incorrectly dropping brackets on display of assertions](https://github.com/pytest-dev/pytest/issues/925) | ||
| * [rename getfuncargvalue to getfixturevalue](https://github.com/pytest-dev/pytest/issues/1625) | ||
| * [warning if you use getfuncargvalue with parametrized fixtures](https://github.com/pytest-dev/pytest/issues/460) | ||
| * [terminal newlines in failed test output](https://github.com/pytest-dev/pytest/issues/1553) | ||
| * [escaping curly braces in a tox command doesn't work](https://bitbucket.org/hpk42/tox/issues/212) | ||
| * [Tox shouldn't call pip directly to avoid shebang limitations](https://bitbucket.org/hpk42/tox/issues/66) | ||
| * [missing evaluated value in report when asserting a boolean attribute](https://github.com/pytest-dev/pytest/issues/1503) | ||
| * [improved determination of rootdir](https://github.com/pytest-dev/pytest/pull/1621) | ||
|
|
||
|
|
||
| In total [35 pull requests were merged](https://github.com/pytest-dev/pytest/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20updated%3A2016-06-20..2016-06-27%20) to pytest, and [at least 12](https://bitbucket.org/hpk42/tox/pull-requests/?state=MERGED) to tox, not to mention many others to plugins. | ||
|
|
||
| (It is worth noting that this is not an exhaustive list of all features that will go into pytest 3.0; a separate post will the full release notes will be made once the release is done.) | ||
|
|
||
| | | | | ||
| | ------------- | ------------- | | ||
| | {.img-rounded} | {.img-rounded} | | ||
| | {.img-rounded} | {.img-rounded} | | ||
| | {.img-rounded} | {.img-rounded} | | ||
|
|
||
|
|
||
| We also spent some time designing the [stickers](https://twitter.com/pytestdotorg/status/745528947736092672) and [t-shirts](https://github.com/kvas-it/pytest-design/blob/master/tshirt_example.png). Surveys went out to those who backed the fundraising campaign last week and the goods will be shipped very soon. | ||
|
|
||
| Thank you so much to everyone who supported the sprint. We have greatly improved our knowledge of pytest internals, expanded the pytest contributor community, and we're looking forward to bringing you pytest 3.0 very soon (aiming for before [EuroPython](https://ep2016.europython.eu/conference/talks/pytest-30))! | ||
|
|
||
| {.img-rounded} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,4 +20,4 @@ | |
| abbr { | ||
| color: gray; | ||
| font-size: 80%; | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While you said that this is work started/finished on the sprint, perhaps it is worth to emphasize that this is not a complete list of features that will go into 3.0:
What do you think?