README.md updated with minimal tests
This commit is contained in:
@@ -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
8
samples/tests.sh
Executable 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
|
||||
Reference in New Issue
Block a user