Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #22175
| From | Flavix <imeil@a.a> |
|---|---|
| Newsgroups | it.comp.www.php |
| Subject | entrypoint per eseguire tutti i test di un progetto |
| Date | 2018-08-09 10:42 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <pkgupd$kp4$1@gioia.aioe.org> (permalink) |
#!/usr/bin/env bash set -ue # cd "$(dirname "$0")" phpunit tests # test unitari ./test-functional.sh # test funzionali # eventuali altri test particolari Questo script come posso chiamarlo (all-tests, test-entrypoint, run-tests, ecc.)? Dove lo metto? Nella directory principale del progetto, o in una sotto-directory (bin/, tests/bin/, ecc.)? Insomma esiste uno standard per nominare il punto centrale da cui far partire *tutti* i test, in modo che chiunque utente posso identificarlo facilmente?
Back to it.comp.www.php | Previous | Next — Next in thread | Find similar | Unroll thread
entrypoint per eseguire tutti i test di un progetto Flavix <imeil@a.a> - 2018-08-09 10:42 +0200
Re: entrypoint per eseguire tutti i test di un progetto Alessandro Pellizzari <shuriken@amiran.it> - 2018-08-09 11:19 +0100
Re: entrypoint per eseguire tutti i test di un progetto Flavix <imeil@a.a> - 2018-08-09 13:19 +0200
Re: entrypoint per eseguire tutti i test di un progetto Alessandro Pellizzari <shuriken@amiran.it> - 2018-08-10 10:20 +0100
csiph-web