Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compact output #23

Closed
wants to merge 5 commits into from
Closed

Compact output #23

wants to merge 5 commits into from

Conversation

ssfrr
Copy link

@ssfrr ssfrr commented Jul 1, 2014

With this PR the default test output looks like (you'll have to imagine the colors):

Array playback
4 facts verified.

AudioNode Stopping
1 fact verified.

WAV file write/read
3 facts verified.

Audio Device Listing
1 fact verified.

Validating TestNode allocation
1 fact verified.

AudioMixer
Failure :: (line:40) :: 1 Input Mixer :: got 42
42 => 43

Out of 9 total facts:
  Verified: 8
  Failed:   1
  Errored:  0

SinOSC
7 facts verified.

ArrayPlayer
5 facts verified.

Gain
1 fact verified.

LinRamp
3 facts verified.

And the compact output looks like:

Array playback: ....
AudioNode Stopping: .
WAV file write/read: ....
Validating TestNode allocation: .
AudioMixer: ...F.....
Failure :: (line:40) :: got 42
42 => 43

SinOSC: .......
ArrayPlayer: .....
Gain: .
LinRamp: ...

The individual test output characters are printed as the tests run, with any failed tests being printed after each facts block.

@IainNZ
Copy link
Contributor

IainNZ commented Oct 30, 2014

I'm going to try to put this in, probably manually

@IainNZ IainNZ mentioned this pull request Oct 31, 2014
@IainNZ IainNZ closed this in 7297667 Nov 3, 2014
@IainNZ
Copy link
Contributor

IainNZ commented Nov 3, 2014

This is now implemented

@jakebolewski
Copy link
Contributor

Yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants