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

@@ -1,6 +0,0 @@
https://www4.artisanlogiciel.net/dokuwiki/doku.php?id=artlog:clients:astrolabe:nextcloud_poll:nextcloud_poll_jugement_majoritaire
./check.sh 1
./check.sh 2
./check.sh 3
./check.sh 4

8
samples/tests.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
[[ -n $VIRTUAL_ENV ]] || source ../code/bin/activate
for (( i=0;i<7;i++ ))
do
./check.sh $i
done