Sam Zaydel

Results 53 comments of Sam Zaydel

@paulhovey: Would it be possible to have an example use? I am going to say that there's probably not a test for this also, which I will be sure to...

@Arafatk, these issues are a result of inadequate testing on my part, and premature PR: https://github.com/Arafatk/glot/pull/15. That PR relied too much on the tests that were written and not enough...

Yeah, there's much that probably needs better testing. I think there are a number of ways to do this, one might be to checksum generated plots, though I am not...

This is actually something that will be extremely helpful and will make this data _invaluable_! I would very much like to see this. There should be too much work left,...

I would say a big +1 for `raw` and for JSON. Key:val structure should be particularly useful today, as it will be very trivial to handle with most scripting languages....

Mike, thanks. Just tested, and looks good. You did not expose the `-r` flag via the `-v` option, but I am sure you still just testing. I might also suggest...

I think header printing once in raw mode is a good idea, makes perfect sense to me. Just tested, and looks like I am getting this: `# /tmp/arcstat.pl -r -f...

Are there any plans to allow for a more defined extension process, like being able to include extensions that could then be used from all tests by just invoking functions...

I feel like there's probably room for two methods to do this, one method is to have "include-style" references in individual test files and another method being globally accessible plugins...

I agree with @schrepfler... I also want to add that at least from where I look, `bats` is not a particularly easily-extensible system. It allows you to include bits, but...