summaryrefslogtreecommitdiff
path: root/lib/mix/lib/mix/tasks/test.ex
Commit message (Expand)AuthorAgeFilesLines
* Fix bad error in mix test --failed with path (#12548)felipe stival2023-05-041-4/+10
* Correctly document mix test --profile-require option (#12441)Fabian Becker2023-03-021-1/+1
* Document coverage limitations, closes #12420José Valim2023-02-201-2/+20
* [ExUnit] Fix output when absolute path is given (#12278)João Ramos2022-11-291-2/+4
* Default mix compile to --all-warningsJosé Valim2022-11-091-2/+2
* Check the project exists before checking the environmentJosé Valim2022-11-011-8/+10
* Support "def cli" in Mix.Project (#12183)José Valim2022-10-141-4/+5
* Use @preferred_cli_env throughout test.ex (#12161)Kevin Hovsäter2022-09-301-1/+1
* Accept --all-warnings on mix testJosé Valim2022-09-071-0/+3
* Update docs shell snippets (#12083)Wojtek Mach2022-08-171-19/+19
* Fixes typo: "past" -> "paste" (#12029)Zulfiqar Soomro2022-07-291-1/+1
* Replace usage of "etc." (#11832)Eksperimental2022-05-151-1/+1
* Support :test_elixirc_options in mix testJosé Valim2022-05-021-4/+9
* Replace usage of comma with plus sign in "mix do" commands (#11729)Eksperimental2022-03-261-1/+1
* Fix: dot path for umbrella test (#11693)Michał Dolata2022-03-121-1/+4
* Do not run test suite on mix test --profile-requireJosé Valim2021-12-031-1/+2
* Ignore `MIX_TEST_PARTITION` when partitions set to 1 (#11261)Łukasz Jan Niemier2021-09-231-30/+40
* Add an introduction to line coverageJosé Valim2021-09-151-23/+24
* Change exit status for test failures to 2 (#11119)Jonathan Arnett2021-07-151-3/+15
* Rename exit_code to exit_status for consistencyJosé Valim2021-07-151-1/+1
* Write failed manifest when suite fails due to warnings as errorsJosé Valim2021-07-151-40/+32
* Exit with a status of 1 when coverage falls below threshold (#11095)Bryan Paxton2021-06-301-1/+3
* Revert "Run all available tests if there are no pending --failed tests"José Valim2021-05-271-9/+2
* Allow filtering modules from coverage using regex (#10954)Łukasz Jan Niemier2021-05-201-1/+2
* Add --profile-require time to mix testJosé Valim2021-05-091-2/+10
* Improve ExUnit seed docs (#10962)Jason Axelson2021-05-011-1/+2
* Use :cover.local_only() by defaultJosé Valim2021-03-301-1/+3
* Add a section on file-system watchersJosé Valim2021-03-211-3/+15
* Run all available tests if there are no pending --failed testsJosé Valim2021-03-131-2/+9
* Fix typo in mix test task (#10767)Wiwatta Mongkhonchit2021-03-051-1/+1
* Add comma after First at the beginning of a sentence (#10733)Eksperimental2021-02-171-1/+1
* Improve grammar around "then" (#10727)Eksperimental2021-02-171-1/+1
* Minor fix: remove/add new lines in Mix.Tasks.Test moduledoc (#10702)Eksperimental2021-02-121-3/+4
* Write a section on interpreting test resultsJosé Valim2021-01-091-0/+85
* Add --warnings-as-errors option to mix test (#10435)Wojtek Mach2020-10-201-28/+70
* Intercept sigquit on ExUnitJosé Valim2020-10-061-1/+10
* Update CHANGELOGJosé Valim2020-09-111-0/+2
* Add app.load taskJosé Valim2020-07-021-6/+3
* Support --export-coverage in mix testJosé Valim2020-06-301-4/+8
* Fix lib/mix/lib/mix/tasks/test.ex markdown (#9894)Wojtek Mach2020-03-161-1/+1
* Support aggregate coverage results from umbrellas and OS partitioning (#9880)José Valim2020-03-091-133/+27
* Refactor summary handlingJosé Valim2020-03-081-45/+41
* Unify compilation entry point in the compile Mix taskJosé Valim2020-03-011-6/+1
* Clarify dirs can also be given as args in mix test (#9728)Fernando Tapia Rico2020-01-141-2/+3
* Correct title of section in mix test docs (#9553)Eksperimental2019-11-191-1/+1
* Use "operating system" instead of OS (#9547)Eksperimental2019-11-181-2/+2
* Add mix test partitioning (#9422)José Valim2019-10-171-44/+107
* Ensure shell is reverted after mix test runJosé Valim2019-10-161-11/+15
* Update description of formatter in Mix.Tasks.Test moduledoc (#9224)Nevada James Start2019-07-141-1/+1
* Move unreachable function check from xref to group pass (#9168)Eric Meadows-Jönsson2019-06-281-0/+1