Re: [pmwiki-users] Unit testing pmwiki markup code

2008-04-27 Thread marc
Randy Brown said... > I didn't realize that php was truly object oriented. It's got most oo stuff. php5 is a lot, lot better than php4. But because support for php4 ended last year, I've moved over completely to php5 in any case. > It sounds like > you are using phpunit to assert the correc

Re: [pmwiki-users] Unit testing pmwiki markup code

2008-04-25 Thread Ingersoll, Nelson
To: marc; Randy Brown Cc: pmwiki-users@pmichaud.com Subject: Re: [pmwiki-users] Unit testing pmwiki markup code Como eu faço para não receber mais estes emails??? Por favor! []'s Camila - Mensagem Original -

Re: [pmwiki-users] Unit testing pmwiki markup code

2008-04-25 Thread Camila
 Como eu faço para não receber mais estes emails??? Por favor! []'s Camila - Mensagem Original - De: Randy Brown Para: marc Cc: pmwiki-users@pmichaud.com Data: Sexta, 25 De Abril De 2008 15:59 Assunto: Re: [pmwiki-users] Unit testing pmwiki markup code

Re: [pmwiki-users] Unit testing pmwiki markup code

2008-04-25 Thread Randy Brown
Marc, I agree, test-driven development rules! I didn't realize that php was truly object oriented. It sounds like you are using phpunit to assert the correctness of php functions. That's great for recipe developers. But I don't know php - I write pmwiki markup. I want to assert that my pag

Re: [pmwiki-users] Unit testing pmwiki markup code

2008-04-25 Thread marc
Randy said... > Unit testing is creating automated "regression" tests so that you can > tell immediately when you've introduced a bug in your code. > > Ten years ago, I used to use Eclipse to unit test my Java code. > > Has anyone out there figured out a way to do unit testing for your > pmwi

Re: [pmwiki-users] Unit testing pmwiki markup code

2008-04-24 Thread Peter & Melodye Bowers
> Has anyone out there figured out a way to do unit testing for your > pmwiki markup code? If so, what tool do you use? I would be *VERY* interested in something like this. Currently I just have dozens of pages in a wikitrail with expected output hardcoded followed by the actual markup. I have

Re: [pmwiki-users] Unit testing pmwiki markup code

2008-04-24 Thread Peter & Melodye Bowers
> Has anyone out there figured out a way to do unit testing for your > pmwiki markup code? If so, what tool do you use? I would be *VERY* interested in something like this. Currently I just have dozens of pages in a wikitrail with expected output hardcoded followed by the actual markup. I have

[pmwiki-users] Unit testing pmwiki markup code

2008-04-24 Thread Randy
Unit testing is creating automated "regression" tests so that you can tell immediately when you've introduced a bug in your code. Ten years ago, I used to use Eclipse to unit test my Java code. Has anyone out there figured out a way to do unit testing for your pmwiki markup code? If so, what