File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff 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
5455python -m venv env
5556```
5657
57- #### 🔹 Windows:
58+ #### 🔹 Windows
59+
5860``` bash
5961.\e nv\S cripts\a ctivate
6062pip install -r requirements.txt
6163.\r un_tests.ps1
6264```
6365
64- #### 🔸 Linux/macOS:
66+ #### 🔸 Linux/macOS
67+
6568``` bash
6669source env/bin/activate
6770pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments