Re: GSoC 2018

2018-03-16 Thread Journeyman
Am 16/03/2018 um 21:48 schrieb Manasvi Saxena: > import pyhtml > > a = p("hello world") > a.style("color":"red") > > OUTPUT: > hello world I'm not the best expert around here, but trying to build HTML from *any* pseudo-language sounds like a nightmare to keep the engine updated. HTML is a fast

[RFC] Test methods filtering on tests run

2016-05-16 Thread Journeyman
Hello everyone, my name is Antonio, I'm using Django 1.9 and first of all I'd like to thank you all contributors for the amazing framework I can work with. I've just joined the django-dev mailing list to ask your opinion on a really trivial patch I thought implementing. Our backend server h

Re: [RFC] Test methods filtering on tests run

2016-05-17 Thread Journeyman
On 17/05/2016 02:32, Josh Smeaton wrote: I have the same problem when running tests in Django's test suite. When there's a failure, I have to copy the test path, paste that, then copy the failing test. Now that you mention it, another improvement could be to compose a ready-to-copy-and-paste

Re: [RFC] Test methods filtering on tests run

2016-05-24 Thread Journeyman
I have created a ticket on TRAC: https://code.djangoproject.com/ticket/26659 If the ticket is accepted I'll push it as a pr. Comments are welcome. Regards, Antonio On 17/05/2016 21:31, Journeyman wrote: On 17/05/2016 02:32, Josh Smeaton wrote: I have the same problem when running tes