Skip to content

Commit e8f8835

Browse files
committed
Adding notes on how to run the tests.
1 parent aff5241 commit e8f8835

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,18 @@ BadRequestError
404404
RateLimitExceeded
405405
AttributeNotSetError # Raised when you try to call a getter that does not exist on an object
406406
```
407+
408+
409+
## Running the Tests
410+
411+
Unit tests:
412+
413+
```bash
414+
PYTHONPATH=. describe tests/unit
415+
```
416+
417+
Integration tests:
418+
419+
```bash
420+
PYTHONPATH=. INTERCOM_APP_ID=xxx INTERCOM_APP_API_KEY=xxx nosetests tests/integration
421+
```

0 commit comments

Comments
 (0)