Skip to content

Commit e273208

Browse files
Updated README
1 parent cec0b19 commit e273208

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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
6869
python manage.py migrate
6970
```
7071

72+
7173
### Run the application
7274

7375
From the **root** directory, run:
@@ -76,10 +78,22 @@ From the **root** directory, run:
7678
python 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

8194
Go to http://127.0.0.1:8000/ to view the application.
8295

96+
8397
### Note
8498

8599
Just remember to send an email to an email address that already exists in the database.

0 commit comments

Comments
 (0)