Projet

Général

Profil

0001-Add-section-to-README-for-running-the-tests.patch

Benjamin Dauvergne, 23 septembre 2014 10:48

Télécharger (737 octets)

Voir les différences:

Subject: [PATCH] Add section to README for running the tests

 README |   10 ++++++++++
 1 file changed, 10 insertions(+)
README
17 17
 * INSTALL provides installation procedure, details about software
18 18
   dependencies and configuration;
19 19

  
20
Testing
21
-------
22

  
23
First you need to install py.test, you can use pip:
24

  
25
  pip install pytest
26

  
27
Then you need to run the tests
28

  
29
  PYTHONPATH=$(pwd) py.test --run-postgresql tests/
20 30

  
21 31
Copyright
22 32
---------
23
-