redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

Parallel test runner #100

Open kellyredding opened 11 years ago

kellyredding commented 11 years ago

Make it happen!

Consider:

kellyredding commented 11 years ago

Also, need to make captured io be thread safe: https://github.com/seattlerb/minitest/commit/f9f14b50966da21116ff4b4f8a43b6fd95a72f02

kellyredding commented 10 years ago

Some updated thoughts on this:

So, some ideas on getting around that:

Anyway, not sure when/if we get to this, but notes none-the-less

kellyredding commented 10 years ago

(notes to self)

Had some more thoughts on this:

Basically I wanna use a sqlite as a nice, ACID-compliant, way to have multiple processes write shared result test data. I don't want to bring in sqlite as a dependency to assert as it's only needed if you even want to run tests parallel.

Would probably need to refactor the runner and view to have a more extendable API to allow this new gem to customize as needed.

Anyway, moar thoughts on this matter.

kellyredding commented 9 years ago

https://github.com/redding/parassert