Skip to content

Commit

Permalink
correct package name for continuous integration unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Dec 5, 2012
1 parent f665247 commit 3b530d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -85,7 +85,7 @@ To run all unit tests::


nosetests test/ # for normal development
nosetests test/ --with-coverage --cover-package=eulxml --cover-xml --with-xunit # for continuous integration
nosetests test/ --with-coverage --cover-package=eulexistdb --cover-xml --with-xunit # for continuous integration

To run unit tests for a specific module, use syntax like this::

Expand Down

0 comments on commit 3b530d0

Please sign in to comment.