developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
#454 closed enhancement (fixed)
Added support of CLI in module junittests
Reported by: | laurentj | Owned by: | laurentj |
---|---|---|---|
Priority: | high | Milestone: | Jelix 1.1 beta 1 |
Component: | module:junittests | Version: | |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
The module junittests should be improved so we could launch tests from a commande line. It then shouuld provide a CLI entry point, and a controller which launch tests available for the command line.
Change History (7)
comment:1 Changed 13 years ago by laurentj
- Owner set to laurentj
- Status changed from new to assigned
comment:2 Changed 13 years ago by laurentj
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 13 years ago by laurentj
- Documentation needed set
comment:4 Changed 13 years ago by doubleface
- review set to review?
I added the documentation in french and english for it. Maybe a fast simple review is needed?
comment:5 Changed 13 years ago by doubleface
- Documentation needed unset
- review review? deleted
This does not appear in the 'to review' tickets list and I don't want to reopen it only for documentation.
Let's suppose documentation is done and does not need review...
comment:6 Changed 13 years ago by laurentj
No, review is only for patch. however, you should put the url of the page on which you write documentation, so we don't have to search what you added ;-)
Thanks for your documentation :-)
comment:7 Changed 13 years ago by doubleface
Oups! Sorry. Here it is : http://jelix.org/articles/manuel/tests_unitaires
I will take care of the translation in english
done.
there is now a testapp/scripts/tests.php to launch unitests for jelix in a CLI. The same script is provided into junittests module (install/scripts).
svn 781.