Update README and tests: improve test instructions and add new test suite for market system

This commit is contained in:
2025-09-26 04:52:49 +02:00
parent 576d69921b
commit 89c8faf1be
4 changed files with 207 additions and 172 deletions

View File

@@ -115,4 +115,7 @@ Usando la libreria ``gradio`` è stata creata un'interfaccia web semplice per in
## Tests
***Per ora ho cambiato tutto e quindi i test non funzionano***
Per eseguire i test, assicurati di aver configurato correttamente le variabili d'ambiente nel file `.env` come descritto sopra. Poi esegui il comando:
```sh
uv run pytest -v
```