Skip to content

Commit 2009f77

Browse files
committed
django tests hierarchy
1 parent dc0b987 commit 2009f77

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

testing-in-django/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@ https://martinfowler.com/bliki/TestPyramid.html
88

99
https://docs.djangoproject.com/en/2.0/topics/testing/
1010

11-
```
12-
unittest.TestCase
13-
├── django.test.SimpleTestCase
14-
└── django.test.TransactionTestCase
15-
├── django.test.TestCase
16-
└── django.test.LiveServerTestCase
17-
```
11+
12+
![Django Tests Classes Hierarchy](django_unittest_classes_hierarchy.svg)
1813

1914

2015
# Usage
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)