Skip to content

Commit 643c32f

Browse files
Update README.md
1 parent c5e6e6b commit 643c32f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,31 @@ The mock is verified by [`tests/test_identity_pool.py`](tests/test_identity_pool
4040
- Token refresh logic
4141

4242
### 🧠 Results
43-
-**All 20 tests passing**
44-
-**CI pipeline active**
45-
-**Upstream test failures isolated**
43+
44+
-**All 20 tests passing**
45+
-**CI pipeline active**
46+
-**Upstream test failures isolated**
4647

4748
---
4849

49-
## ▶️ How to Run Tests (Windows / Linux)
50+
## ▶️ How to Run Tests (Windows & Linux)
5051

51-
### 🔁 Setup (All OS):
52+
### 🔁 Setup (All OS)
5253

5354
```bash
5455
python -m venv env
5556
```
5657

57-
#### 🔹 Windows:
58+
#### 🔹 Windows
59+
5860
```bash
5961
.\env\Scripts\activate
6062
pip install -r requirements.txt
6163
.\run_tests.ps1
6264
```
6365

64-
#### 🔸 Linux/macOS:
66+
#### 🔸 Linux/macOS
67+
6568
```bash
6669
source env/bin/activate
6770
pip install -r requirements.txt

0 commit comments

Comments
 (0)