Re: [web2py] Unit Testing in PyCharm

2016-11-10 Thread 'Roman' via web2py-users
Thank you very much for the links, i will read and report my findings here. Roman Am Mittwoch, 9. November 2016 15:37:52 UTC+1 schrieb Richard: > > Not exactly what you want but it could help you understand testing with > web2py : > > https://github.com/viniciusban/web2py.test > > https://github

Re: [web2py] Unit Testing in PyCharm

2016-11-09 Thread Richard Vézina
Not exactly what you want but it could help you understand testing with web2py : https://github.com/viniciusban/web2py.test https://github.com/niphlod/welcome_augmented New initiative here : https://groups.google.com/d/msg/web2py/hcsHgJiFEwc/apeBhnf0AgAJ Good read! RIchard On Thu, Nov 3, 201

[web2py] Unit Testing in PyCharm

2016-11-04 Thread 'Roman' via web2py-users
Hi people. Short question: is there a way to run unit tests for my web2py controllers from PyCharm? I am running the latest web2py with version: 2.14.6-stable What i found out so far: There is an approach to run unit tests from command line. Following this blogpost: http://web2py.com/AlterEg