Skip to content

Commit

Permalink
Merge pull request #354 from pablogamboa/patch-2
Browse files Browse the repository at this point in the history
Update contributing.md
  • Loading branch information
ej2 authored Jul 9, 2024
2 parents 62ca90b + c0f3e38 commit 2a9901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ I use [pytest](https://docs.pytest.org/en/7.4.x/contents.html), [Coverage](https


## Creating new tests
Normal Unit tests that do not connect to the QBO API should be located under `test/unit` Test that connect to QBO API should go under `tests/integration`. Inheriting from `QuickbooksTestCase` will automatically setup `self.qb_client` to use when connecting to QBO.
Normal Unit tests that do not connect to the QBO API should be located under `test/unit`. Tests that connect to QBO API should go under `tests/integration`. Inheriting from `QuickbooksTestCase` will automatically setup `self.qb_client` to use when connecting to QBO.

Example:
```
Expand Down

0 comments on commit 2a9901e

Please sign in to comment.