[pytest-dev] Move Cookiecutter template for Pytest plugins to Org

2015-07-29 Thread Raphael Pierzina
Hi there, Andreas and I have been working on a Cookiecutter template for Pytest plugins during the EuroPython 2015 sprints. I think it is ready to be moved to the pytest-dev organization on github, on condition that there are no objections obviously. The template itself is covered by tests

[pytest-dev] Feedback on Cookiecutter Pytest Plugin

2015-10-07 Thread Raphael Pierzina
Hi there, At EuroPython 2015 Andreas and I sprinted on a Cookiecutter [1] template that helps you to get started with writing Pytest plugins. I am reaching out to you as I would love to get some feedback. I warmly welcome you to submit issues and PRs. Please let me know if you feel the need

Re: [pytest-dev] More flexibility on test function naming conventions

2016-01-08 Thread Raphael Pierzina
Hi Ernesto, maybe this is what you are looking for https://pytest.org/latest/customize.html#confval-python_functions hth Raphael > On 08 Jan 2016, at 17:30, Ernesto D. Luzon Jr. wrote: > > Hi All, > >

Re: [pytest-dev] pytest.org down?

2016-01-09 Thread Raphael Pierzina
Hi Bruno, I get “The connection to the server was reset while the page was loading.” :( Raphael > On 09 Jan 2016, at 13:38, Bruno Oliveira wrote: > > Hi guys, > > Is pytest.org down? To me it lands on a “Go Daddy” > domain sales site… > > []s, >

Re: [pytest-dev] CFP EuroPython 2016

2016-06-12 Thread Raphael Pierzina
tract (longer version) -> is actually the short version and vice versa > > cheers > Oliver > > On Sun, 12 Jun 2016 at 23:00 Raphael Pierzina <raph...@hackebrot.de > <mailto:raph...@hackebrot.de>> wrote: > Hi, > > here’s my draft - I’d appreciate any

[pytest-dev] CFP EuroPython 2016

2016-06-11 Thread Raphael Pierzina
Hi pytest-friends! The second CFP for EuroPython 2016 is open until tomorrow. It it reserved for “hot” topics. I am thinking about speaking about the upcoming pytest developer sprint and what’s in store for pytest 3.0. What are your thoughts on this? Is anyone else keen to speak about this at

Re: [pytest-dev] pytest sprint 2016 / getting started

2016-01-17 Thread Raphael Pierzina
Hi, I love the idea! Although I would happily attend the sprint, I don’t know if I will be able to make it. I relocated to Edinburgh, UK this month and joined a new company. Hope to get back to you with good news in a bit. Cheers Raphael > On 07 Jan 2016, at 10:40, holger krekel

Re: [pytest-dev] Introspecting fixtures from within a test

2016-01-16 Thread Raphael Pierzina
Hi Christoph, you can retrieve the used fixtures from the test node and use named function right after. See https://gist.github.com/hackebrot/848ab671583540fe18d1 Hope this helps! Raphael > On 16 Jan 2016, at 13:43, Christoph Buelter

Re: [pytest-dev] pytest sprint 2016 / getting started

2016-01-18 Thread Raphael Pierzina
Hi friends, there’s been a blog post on FOSS funding recently, which received quite a bit of attention on HackerNews/Twitter and alike: https://medium.com/@nayafia/how-i-stumbled-upon-the-internet-s-biggest-blind-spot-b9aa23618c58#.kf5a41ubn

Re: [pytest-dev] Twitter update

2016-02-10 Thread Raphael Pierzina
Thank you Brianna! > On 10 Feb 2016, at 12:19, Brianna Laugher wrote: > > Hi, > > I added Holger @hpk42 and Raphael @hackebrot to the pytestdotorg twitter > account so they can tweet from it (via tweetdeck.twitter.com > ). If anyone

Re: [pytest-dev] python testing sprint June 2016 (pytest/tox) / funding needed

2016-02-17 Thread Raphael Pierzina
Hi Holger, I am currently working to get more funding for the sprint. Can you please provide me with info on the venue? It is required in a form that I’d like to submit. Will it be in your Merlinux office? Cheers Raphael > On 05 Feb 2016, at 13:08, holger krekel wrote: >

Re: [pytest-dev] GitHub Issues and Pull Requests templates

2016-02-18 Thread Raphael Pierzina
ohhh..guess I’ve never added myself to AUTHORS nor updated CHANGELOG. That’s a +1 on PR templates :D Raphael > On 18 Feb 2016, at 12:20, Bruno Oliveira wrote: > > Guys, > > GitHub just announced support for Issues and PR templates[1]. I think this is > even better than

Re: [pytest-dev] Pytest 2.9.0 released

2016-03-01 Thread Raphael Pierzina
liams > > Michael Aquilina >

Re: [pytest-dev] planet pytest

2016-04-11 Thread Raphael Pierzina
Now pytest-tricks does have a feed https://github.com/fschulze/planet.pytest.org/pull/4 :D > On 11 Apr 2016, at 17:25, Florian Schulze wrote: > > > > On 11 Apr 2016, at 13:37, Florian Bruhin wrote: > >> I'll

Re: [pytest-dev] Postpone 3.0?

2016-07-14 Thread Raphael Pierzina
Hi Bruno, I’m happy with either, but I need to know as soon as possible as it’s only a week until my EuroPython talk. Right now, I find it quite hard to work on my slides w/o knowing when pytest 3.0 is going to land and what it will include. Please don’t get me wrong. Again, anything works

Re: [pytest-dev] Postpone 3.0?

2016-07-14 Thread Raphael Pierzina
Hi Bruno, that’d be incredibly helpful! Please feel free to email me your draft off-list even if it’s not ready for a PR. Thank you Raphael > On 14 Jul 2016, at 23:46, Bruno Oliveira <nicodde...@gmail.com> wrote: > > Hi Raphael, > > On Thu, Jul 14, 2016 at 7:20 PM R

Re: [pytest-dev] Postpone 3.0?

2016-07-14 Thread Raphael Pierzina
Hi Brianna, at this point I wouldn’t worry too much about the docs as they won’t be part of the distribution. That being said, I will however briefly cover what we’ve discussed and what is planned for new structure of the documentation. Any input is as usual highly appreciated! Thank you

[pytest-dev] EuroPython Talk on pytest 3.0

2016-07-08 Thread Raphael Pierzina
Hi pytest-friends, as we are getting closer to EuroPython and my talk on Pytest 3.0, I would be delighted if you could send me your ideas on what you feel is most important to cover. I will be spending the weekend to work on my talk and send around what I have early next week.

Re: [pytest-dev] [proposal] introducing attrs to the codebase

2016-12-06 Thread Raphael Pierzina
Hey there, I don’t mind adding a dependency as long as there is a need for it. +1 The problem I see with ‘attrs’ as it stands today, is that it does not support Python 2.6 whereas pytest does. So we probably want to get https://github.com/pytest-dev/pytest/issues/1273

[pytest-dev] Sponsored pytest stickers

2017-06-15 Thread Raphael Pierzina
Hi pytest friends, I am planning to order a batch of pytest stickers for PyData Berlin and EuroPython. The folks over at Sticker Mule would be happy to sponsor this on condition that we link to their website in our project README. What’s your opinion on this? Would you be happy if I add a new