Changeset 3963

Show
Ignore:
Timestamp:
01/31/09 02:17:11 (4 years ago)
Author:
getxsick
Message:

more about running tests and run-tests.sh verbose

Location:
branch/UMPA
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branch/UMPA/run_tests.sh

    r3960 r3963  
    11#!/bin/sh 
    22 
     3echo "#### TESTS FOR UMPA [ START ] ####" 
    34py/bin/py.test tests 
     5echo "#### TESTS FOR UMPA [ FINISH ] ####" 
  • branch/UMPA/tests/README

    r3961 r3963  
    1717Tests are splitted into the following directories: unit, system. 
    1818 
     19Running tests: 
     20-------------- 
     21 
     22In main directory there is a executable file `run-tests.sh`. 
     23You can run tests by running py.test (the package is included in UMPA sources) 
     24directly with passing testsuite. E.g. $ py.test tests 
    1925 
    2026References: