#Testing a specific Phoenix context
2 messages · Page 1 of 1 (latest)
mix test path/to/file runs just that file (but that's a path to a *_test.exs file, not the context). If your context tests are in one test file you can do that, if they're spread around then maybe you want to look into ex_unit tags