Hi everyone, Let's say I'm building a SDK for a certain XML-based protocol which can be consumed from several providers and I really need to do my integration testing to check with several of them and not only one. This means I need to hit several hosts and build expectations based on getting a valid responses form them. I know it's a bit unusual integration testing pattern but the whole point here about having an SDK is to provide isolation of the multiple issues with each of them (i.e. SOAP vs. non-SOAP).
I would like to cover this scenario while doing a proper use of ExUnit. Is it possible to launch a set of tests several times each of them loading a different config using Mix.Config from a file? I'm quite new to Elixir so any clue at any level is welcome. :) Cheers! Jorge -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/170c2cd9-c0f7-49ca-8f1e-14c965410fe7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
