Mailinglist Archive: yast-devel (95 mails)
| < Previous | Next > |
[yast-devel] Per-plugin code coverage analysis enabled for rest-service
- From: Klaus Kaempf <kkaempf@xxxxxxx>
- Date: Thu, 25 Jun 2009 15:22:39 +0200
- Message-id: <20090625132239.GA12751@xxxxxxxxxxxxx>
Hi,
all plugins below rest-service/plugins can now use the rails_rcov
extension from rest-service/webservice.
Just go to the plugin dir and run "rake test:{units,functionals}:rcov"
i.e.
cd rest-service/plugins/time
rake test:units:rcov
rake test:functionals:rcov
and clean up with
rake test:units:clobber_rcov
rake test:functionals:clobber_rcov
Enjoy !
Klaus
---
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
all plugins below rest-service/plugins can now use the rails_rcov
extension from rest-service/webservice.
Just go to the plugin dir and run "rake test:{units,functionals}:rcov"
i.e.
cd rest-service/plugins/time
rake test:units:rcov
rake test:functionals:rcov
and clean up with
rake test:units:clobber_rcov
rake test:functionals:clobber_rcov
Enjoy !
Klaus
---
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
| < Previous | Next > |