Skip to content

Commit

Permalink
docs: update readme.md add note about tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DEENUU1 committed Mar 20, 2024
1 parent 938fe3d commit c2f42b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This project consists of two separated modules:
- Breakdown of offers available for sale or rent.
- Monthly user registration count.


**Tests**: In addition, the application is rigorously tested, with over 90 tests written using the pytest library. These tests cover both unit tests, examining the repository layer, and integration tests, evaluating appropriate endpoints in terms of various use cases and configurations. This ensures the reliability and robustness of the application's functionality across different layers and scenarios.
<img src="assets/123.png" alt="endpoints">


Expand Down Expand Up @@ -143,6 +143,11 @@ docker-compose -f docker-compose.dev.yml build
docker-compose -f docker-compose.dev.yml up
```

#### Run tests
```bash
pytest
```

### Scrapers
#### Build Docker image
```bash
Expand Down

0 comments on commit c2f42b2

Please sign in to comment.