Skip to content

Commit 1f9f9ad

Browse files
committed
Update README
1 parent c1f1d37 commit 1f9f9ad

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Automated CRUD (i.e., `POST`, `GET`, `PUT`, `DELETE`) APIs using `python`
1212

1313
## 🚀 Project Structure:
1414

15-
```properties
15+
```
1616
api-framework-python/
1717
├─ services/
1818
│ ├─ restful_booker/
@@ -40,6 +40,14 @@ api-framework-python/
4040
├─ README.md
4141
```
4242

43+
## 🚀 Test Execution:
44+
45+
- [Fork](https://github.com/ashikkumar23/api-framework-python/fork) and Clone the repository https://github.com/ashikkumar23/api-framework-python
46+
- Open [Pycharm](https://www.jetbrains.com/pycharm/) (or any IDE) > File > Open > Open the project where the repository is located (i.e., `../api-framework-python`)
47+
- On the `Pycharm` terminal, navigate to the `tests` directory via `cd tests`
48+
- Make sure a one-time [Installation](https://github.com/ashikkumar23/api-framework-python#-installation-steps) is performed before executing the tests
49+
- On the `Pycharm` terminal, run the command: `python -m pytest -v`
50+
4351
## 🚀 Installation Steps:
4452

4553
- For Mac: Install `pipenv` via `homebrew`
@@ -92,11 +100,3 @@ pipenv shell
92100
```commandline
93101
pipenv install
94102
```
95-
96-
## 🚀 Test Execution:
97-
98-
- [Fork](https://github.com/ashikkumar23/api-framework-python/fork) and Clone the repository https://github.com/ashikkumar23/api-framework-python
99-
- Open [Pycharm](https://www.jetbrains.com/pycharm/) (or any IDE) > File > Open > Open the project where the repository is located (i.e., `../api-framework-python`)
100-
- On the `Pycharm` terminal, navigate to the `tests` directory via `cd tests`
101-
- Make sure a one-time [Installation](https://github.com/ashikkumar23/api-framework-python#-installation-steps) is performed before executing the tests
102-
- On the `Pycharm` terminal, run the command: `python -m pytest -v`

0 commit comments

Comments
 (0)