[web2py] Problems editing routes

2017-08-04 Thread 'Roman' via web2py-users
Hi there, I am trying to set up routes for my application as explained in the book but am running into a problem: As soon as I add a file 'routes.py' to the *main* web2py folder I get an error message 'No module fileutils' - even if the file is empty. Also tried renaming the routes examples in

Re: [web2py] Unit Testing in PyCharm

2016-11-10 Thread 'Roman' via web2py-users
.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, 2016 at 4:56 PM, 'Roman' via web2py-users < > web...@googleg

[web2py] Unit Testing in PyCharm

2016-11-04 Thread &#x27;Roman&#x27; 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