Update test counts in README and CONTRIBUTING (199 backend, 129 frontend)
This commit is contained in:
parent
ee57b04f84
commit
2ca0d0a984
2 changed files with 4 additions and 4 deletions
|
|
@ -67,11 +67,11 @@ npx prettier --write src/ # auto-format
|
||||||
## Running Tests
|
## Running Tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Backend (99 tests)
|
# Backend (199 tests)
|
||||||
cd document-parser
|
cd document-parser
|
||||||
pytest tests/ -v
|
pytest tests/ -v
|
||||||
|
|
||||||
# Frontend (81 tests)
|
# Frontend (129 tests)
|
||||||
cd frontend
|
cd frontend
|
||||||
npm run test:run
|
npm run test:run
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -149,12 +149,12 @@ npm run dev
|
||||||
### Running Tests
|
### Running Tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Backend (99 tests)
|
# Backend (199 tests)
|
||||||
cd document-parser
|
cd document-parser
|
||||||
pip install pytest pytest-asyncio httpx
|
pip install pytest pytest-asyncio httpx
|
||||||
pytest tests/ -v
|
pytest tests/ -v
|
||||||
|
|
||||||
# Frontend (81 tests)
|
# Frontend (129 tests)
|
||||||
cd frontend
|
cd frontend
|
||||||
npm run test:run
|
npm run test:run
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue