ajbouh / qa

QA is a lightweight tool for running your (Ruby) tests fast.
MIT License
23 stars 1 forks source link

Would love to see Elixir support! #2

Open whw opened 8 years ago

whw commented 8 years ago

❤️

ajbouh commented 8 years ago

Thanks for the language support request, @whw !

Some follow up questions. Please answer any and all that you can.

Cheers, Adam


What version of Elixir? Are you using ExUnit? What version? What OS are you using Elixir on? How many tests do you currently have? Do your tests already run in parallel? How long does a test run currently take? What command are you running on the command line to run your tests? Is there anything specific about the existing Elixir test running experience that you love or hate?

whw commented 8 years ago

What version of Elixir?

1.3.0

Are you using ExUnit? What version?

1.3.0 (I believe)

What OS are you using Elixir on?

OSX 10.11.5 and Debian Jessie

How many tests do you currently have?

~500

Do your tests already run in parallel?

Only via the use of async: true

How long does a test run currently take?

~30s

What command are you running on the command line to run your tests?

mix test

Is there anything specific about the existing Elixir test running experience that you love or hate?

Nothing specific, but would love to see snails :wink: