equal
deleted
inserted
replaced
400 |
400 |
401 To run it type: |
401 To run it type: |
402 |
402 |
403 .. sourcecode:: bash |
403 .. sourcecode:: bash |
404 |
404 |
405 $ python test/test_sytweb.py |
405 $ python3 test/test_sytweb.py |
406 ====================================================================== |
406 ====================================================================== |
407 -> creating tables [====================] |
407 -> creating tables [====================] |
408 -> inserting default user and default groups. |
408 -> inserting default user and default groups. |
409 -> storing the schema in the database [====================] |
409 -> storing the schema in the database [====================] |
410 -> database for instance data initialized. |
410 -> database for instance data initialized. |
418 The first execution is taking time, since it creates a sqlite database for the |
418 The first execution is taking time, since it creates a sqlite database for the |
419 test instance. The second one will be much quicker: |
419 test instance. The second one will be much quicker: |
420 |
420 |
421 .. sourcecode:: bash |
421 .. sourcecode:: bash |
422 |
422 |
423 $ python test/test_sytweb.py |
423 $ python3 test/test_sytweb.py |
424 ====================================================================== |
424 ====================================================================== |
425 . |
425 . |
426 ---------------------------------------------------------------------- |
426 ---------------------------------------------------------------------- |
427 Ran 1 test in 2.662s |
427 Ran 1 test in 2.662s |
428 |
428 |