Skip to content

Commit

Permalink
0.5.3 - update documentation for integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
codekiln committed Jul 23, 2018
1 parent 3fd308f commit 17d4352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ For each of these, use `--help` to see the details.
def _post_teardown(self):
DEMIndexManager.test_post_teardown()
super(HBXTestCase, self)._post_teardown()
super(MyTestCase, self)._post_teardown()
```
### Excluding from dumpdata
Expand Down

0 comments on commit 17d4352

Please sign in to comment.