van-mronov commented on issue #1800: Support specifying individual Elixir tests 
to run
URL: https://github.com/apache/couchdb/pull/1800#issuecomment-445901041
 
 
   Hi all! May I ask something?
   
   `mix` already provides ability to run only tests marked with some tag. Also, 
`@moduletag` module attribute adds its value as a tag for all tests  from this 
module.
   
   For example, `test/basics_test.exs` defines `@moduletag :basics`.
   So if you want to run only tests from this module you can do it by `mix test 
--only basics`.
   
   Does current implementation of Makefile support running tests like `make 
elixir --only basics`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to