Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Note re: Unit Tests
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ian  
View profile  
 More options Aug 12 2012, 9:02 pm
From: Ian <ianlen...@gmail.com>
Date: Sun, 12 Aug 2012 18:02:08 -0700 (PDT)
Local: Sun, Aug 12 2012 9:02 pm
Subject: Note re: Unit Tests

Just a note regarding a recent change to the unit testing suite for those
who are trying to run them.  Output buffering was recently enabled at the
start of the script presumably to facilitate session tests.  As a result,
PHPUnit will not display any output until all the tests are complete.  If
you run phpunit and it appears to just hang, that is normal.  Just give the
tests time to complete and you will see all the results at the end.

Ian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Neculai  
View profile   Translate to Translated (View Original)
 More options Aug 19 2012, 3:15 pm
From: Stefan Neculai <stefan.necu...@gmail.com>
Date: Sun, 19 Aug 2012 12:15:13 -0700 (PDT)
Local: Sun, Aug 19 2012 3:15 pm
Subject: Re: Note re: Unit Tests

Hey,

Is it there any possibility to make the output still show while running the
tests? I find the output during the test really useful.

--
Thanks,
Stefan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rouven Weßling  
View profile  
 More options Aug 19 2012, 5:55 pm
From: Rouven Weßling <m...@rouvenwessling.de>
Date: Sun, 19 Aug 2012 23:55:11 +0200
Local: Sun, Aug 19 2012 5:55 pm
Subject: Re: [jplatform] Note re: Unit Tests

Unfortunately our (few) tests for JSession require this for now. If you find a way to rewrite them that this isn't necessary anymore that be very welcome.

Rouven

On 19.08.2012, at 21:15, Stefan Neculai <stefan.necu...@gmail.com> wrote:

  smime.p7s
6K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Neculai  
View profile   Translate to Translated (View Original)
 More options Aug 19 2012, 7:47 pm
From: Stefan Neculai <stefan.necu...@gmail.com>
Date: Mon, 20 Aug 2012 02:47:20 +0300
Local: Sun, Aug 19 2012 7:47 pm
Subject: Re: [jplatform] Note re: Unit Tests

Hi,

I was rather thinking at an option to set in bootstrap so everyone can
enable and disable it easily. Developers can let it enabled when they run
session tests and disable otherwise.

--
Stefan

On Mon, Aug 20, 2012 at 12:55 AM, Rouven Weßling <m...@rouvenwessling.de>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian  
View profile  
 More options Aug 19 2012, 10:28 pm
From: Ian <ianlen...@gmail.com>
Date: Sun, 19 Aug 2012 19:28:54 -0700 (PDT)
Local: Sun, Aug 19 2012 10:28 pm
Subject: Re: [jplatform] Note re: Unit Tests

You still do get the results at the end, you just have to wait until
everything is complete.

It isn't too bad so long as you use filter to only run the tests you
actually want to test.

Something else that might be reasonable, so long as all the JSession tests
are in one class (which I didn't look to check) would be to end output
buffering in the tearDownAfterClass so that you would get the normal
progress report as soon as the session tests were done.

Anyway, just thoughts.
Ian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »