File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This is an email client that makes API calls to send and receive emails built us
99- [ Prerequisites] ( #prerequisites )
1010- [ Installation] ( #installation )
1111- [ Run the application] ( #run-the-application )
12+ - [ Run the tests] ( #run-the-tests )
1213- [ View the application] ( #view-the-application )
1314- [ Note] ( #note )
1415- [ Copyright and License] ( #copyright-and-license )
@@ -68,6 +69,7 @@ python manage.py makemigrations
6869python manage.py migrate
6970```
7071
72+
7173### Run the application
7274
7375From the ** root** directory, run:
@@ -76,10 +78,22 @@ From the **root** directory, run:
7678python manage.py runserver
7779```
7880
81+
82+ ### Run the tests
83+
84+ From the ** root** directory, run:
85+
86+ ``` bash
87+ python manage.py test --pattern=" tests.py"
88+
89+ ```
90+
91+
7992### View the application
8093
8194Go to http://127.0.0.1:8000/ to view the application.
8295
96+
8397### Note
8498
8599Just remember to send an email to an email address that already exists in the database.
You can’t perform that action at this time.
0 commit comments