Skip to content

Commit

Permalink
Had made a separate dir for the integration level tests thinking that
Browse files Browse the repository at this point in the history
the unit tests were distributed with the package. After realizing this
isn't so I dropped them into the `tests` dir.
  • Loading branch information
atatsu committed Feb 12, 2013
1 parent 5ad8258 commit ee86bef
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration.cfg
@@ -1,3 +1,3 @@
[nosetests] [nosetests]
tests=testing/integration tests=tests/integration
verbosity=3 verbosity=3
6 changes: 3 additions & 3 deletions testing/integration/README.md → tests/integration/README.md
@@ -1,9 +1,9 @@
## Pika Integration Tests ## Pika Integration Tests


Install the necessary packages with `pip install -r testing/integration/requirements.txt`. Install the necessary packages with `pip install -r tests/integration/requirements.txt`.
Next copy `testing/integration/broker.conf.in` to `testing/integration/broker.conf` and Next copy `tests/integration/broker.conf.in` to `tests/integration/broker.conf` and
tweak settings to suit. The tests can be run with `make integration` or with tweak settings to suit. The tests can be run with `make integration` or with
`nosetests -w testing/integration`. `nosetests -w tests/integration`.


### Dependencies ### Dependencies
* nose * nose
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ee86bef

Please sign in to comment.