On Friday, April 22, 2016 at 10:37:07 AM UTC-7, Richard wrote: > > Sorry the link should be this : > https://github.com/niphlod/welcome_augmented > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fniphlod%2Fwelcome_augmented&sa=D&sntz=1&usg=AFQjCNGUMjsgJb1LURRJjWYRFaw11hP0mw> > > Don't know why it get messed up... > > Browser URL parsing ... it mistook the ')' for part of the URL rather than punctuation for the text.
AIUI, the proper way to enshroud URLs (and URIs and ...) is eitther <URL::https://github.com/niphlod/welcome_augmented <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fniphlod%2Fwelcome_augmented&sa=D&sntz=1&usg=AFQjCNGUMjsgJb1LURRJjWYRFaw11hP0mw> > or (shorter) <https://github.com/niphlod/welcome_augmented <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fniphlod%2Fwelcome_augmented&sa=D&sntz=1&usg=AFQjCNGUMjsgJb1LURRJjWYRFaw11hP0mw> > This also helps protect against line wrap problems, although that's more a newsreader issue than a browser issue. (I be an olde Usenet vet'rn) I usually put the URL on a separate line because the URL itself is so often long; this example happens NOT to be long. /dps > Both project are not outdated... > > On Fri, Apr 22, 2016 at 10:52 AM, Matheus Cardoso <[email protected] > <javascript:>> wrote: > >> I've seen the first link, but the project is really outdated. So I >> thought that wouldn't do the job anymore. I'll look into it again. And the >> second link is broken (404). :( >> But is fair to say that this part of the framework is weak or it need >> more attention? >> >> On Thursday, April 21, 2016 at 4:08:13 AM UTC-3, Matheus Cardoso wrote: >>> >>> What do you guys use as a "solution" to E2E tests? I think this is a >>> weak part of web2py. I know WebClient solution, but it's still uses the >>> same "db" defined in db.py and prevents me to use Selenium, for instance. >>> Let me give a example: in Django, one can write a test.py in an app, define >>> some TestCase classes and then run (*python manage.py test*) in a >>> complete separated "test environment", with separated test database, >>> method's isolation, etc. What is correspondent way in web2py? (sorry for >>> the comparison, but this is my daily routine, django in work and web2py to >>> my side jobs). >>> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to the Google Groups >> "web2py-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

