Re: [pytest-dev] Stickers?

2015-07-21 Thread Marc Abramowitz
I'd give a few dollars for pytest stickers or maybe a card with tips or a list of fixtures. -Marc http://marc-abramowitz.com Sent from my iPhone 4S > On Jul 21, 2015, at 4:46 PM, Floris Bruynooghe wrote: > >> On 22 July 2015 at 00:28, Brianna Laugher wrote: >> So it occurred to me today tha

Re: [pytest-dev] CI on windows

2015-04-11 Thread Marc Abramowitz
I've been working on Vagrant VMs with a super small install of Windows (a free and small Windows derivative called Hyper-V Server 2012 R2). Here's one with Python 2 + pip + virtualenv + tox, etc. https://github.com/msabramo/vagrant_hyperv_python2 Does that help at all? I've heard that Appveyo

Re: [pytest-dev] Crowdfunding a pytest plugin

2014-12-12 Thread Marc Abramowitz
Yes this could be interesting and I'd consider asking my company to donate if it has clear benefits over what's already out there. As Florian mentioned, pytest-cache lets you rerun failed tests. And pytest-sugar gives you nice progress and instant failures as they happen. pytest-xdist helps par

Re: [pytest-dev] Encouraging the use of bookmarks rather then branches

2014-08-14 Thread Marc Abramowitz
Cool. I tried to use hg bookmarks once or twice, wanting to use them because of their "light" nature that you mentioned and because they seemed like a closer match to the branches that I'm accustomed to in git. I stumbled on the Bitbucket part and couldn't figure out how to make it work. But n

Re: [pytest-dev] Print statements in teardown_method(self, method)

2014-04-24 Thread Marc Abramowitz
Did you try `py.test -s`. The -s option prevents the capture of stdout. On Tue, Apr 22, 2014 at 4:10 AM, Alexander Petrovich < petrovi4.alexan...@gmail.com> wrote: > Is there any way to get them actually printed? I use pytest to run my > selenium tests and I got some test failure information pri

Re: [pytest-dev] Setting up tox

2014-04-17 Thread Marc Abramowitz
In order to fix the python3.3 error, you just need to get it so that "python3.3" works normally from the shell. First, Python 3.3 needs to be installed. Tox doesn't install the Pythons for you, like say, pythonbrew. I don't know what distro you're on, but for Ubuntu, I typically set up the "deadsn