Skip to content

Commit 008dee1

Browse files
Revise project structure in README.md
Updated project structure section to clarify file organization and dependencies.
1 parent aee9265 commit 008dee1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ During the [fourth week](https://github.com/codebyfernanda/bootcamp-QA-2026-desa
5454
</details>
5555

5656
## Project Structure
57-
```text
57+
```
5858
bootcamp-QA-2026-desafios/
5959
6060
├── .github/
@@ -77,6 +77,7 @@ bootcamp-QA-2026-desafios/
7777
│ │ ├── test_update_user_nonexistent_id.py
7878
│ │ └── test_update_user_successfully.py
7979
│ └── conftest.py # Fixtures for Sprint 3
80+
│ └── requirements.txt # Python project dependencies
8081
8182
├── semana_004/ # Sprint 4 Challenges
8283
│ ├── tests/
@@ -87,10 +88,10 @@ bootcamp-QA-2026-desafios/
8788
│ │ ├── test_produtos.py
8889
│ │ └── test_usuarios.py
8990
│ └── conftest.py # Fixtures for Sprint 4
90-
91+
│ └── requirements.txt # Python project dependencies
92+
|
9193
├── README.md # Project documentation
9294
├── package.json # Node dependencies for auxiliary tools
93-
└── requirements.txt # Python project dependencies
9495
```
9596

9697
## Metrics & Results

0 commit comments

Comments
 (0)