OpenSlides/make
Oskar Hahn e7230b7391 New Test order.
* seperate unittests and integration tests
* moved old tests in seperat folder 'old'
* created a testrunner that does not create a testdatabase, if only unittests are run
* wrote some unit- and integration tests as examples
* fixed user.get_short_name() to use the sort order from config
* fixed wrong url_pattern in the user app
2015-01-24 18:00:03 +01:00
..
__main__.py Get rid of Fabric by creating own scripts 2014-10-10 18:59:32 +02:00
commands.py New Test order. 2015-01-24 18:00:03 +01:00
parser.py Get rid of Fabric by creating own scripts 2014-10-10 18:59:32 +02:00
README.rst Get rid of Fabric by creating own scripts 2014-10-10 18:59:32 +02:00

==================================
Commands for OpenSlides developers
==================================

In here are scripts that are useful for OpenSlides development.

To call a command run:

   $ python make COMMAND

To see a list of all commands run:

   $ python make --help