README.md updated with minimal tests

This commit is contained in:
philippe lhardy
2025-07-03 14:40:59 +02:00
parent 48649872f4
commit 748e76ef84
6 changed files with 70 additions and 8 deletions

View File

@@ -4,4 +4,38 @@ https://en.wikipedia.org/wiki/Majority_judgment
Sorry for inconvenience but currently only french version is available.
LISEZMOI.md
LISEZMOI.md
## Testing
### Quick
make tests
## all tests
```
cd samples
./test.sh
```
tests should run wihtout errors, there is not special error checking wihtin test
## unitary tests
python venv **code** activated ( within sample tests.sh does it ).
```
source code/bin/activate
```
```
./check.sh 1
./check.sh 2
./check.sh 3
./check.sh 4
```
## ça marche chez moi (tm)
dev done on Ubuntu 24.04.2 LTS