-
-
Save josevalim/895e2365d5ae517b1c8a to your computer and use it in GitHub Desktop.
Elixir test suite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> elixir (exunit) | |
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
Finished in 26.2 seconds (20.7s on load, 5.5s on tests) | |
1803 tests, 0 failures | |
Randomized with seed 11453 | |
==> ex_unit (exunit) | |
........................................................................................................................................... | |
Finished in 2.5 seconds (1.6s on load, 0.9s on tests) | |
139 tests, 0 failures | |
Randomized with seed 870518 | |
==> logger (exunit) | |
............................................................................ | |
Finished in 1.1 seconds (0.9s on load, 0.1s on tests) | |
76 tests, 0 failures | |
Randomized with seed 295487 | |
==> doctest (exunit) | |
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
Finished in 9.6 seconds (9.4s on load, 0.2s on tests) | |
787 tests, 0 failures | |
Randomized with seed 536597 | |
==> mix (exunit) | |
................................................................................................................................................................................................................................................ | |
Finished in 35.9 seconds (4.8s on load, 31.1s on tests) | |
240 tests, 0 failures | |
Randomized with seed 271785 | |
==> eex (exunit) | |
............................................................ | |
Finished in 1.1 seconds (1.0s on load, 0.09s on tests) | |
60 tests, 0 failures | |
Randomized with seed 62458 | |
==> iex (exunit) | |
......................................................................... | |
Finished in 1.9 seconds (0.9s on load, 1.0s on tests) | |
73 tests, 0 failures | |
Randomized with seed 121745 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> elixir (compile) | |
==> elixir (eunit) | |
All 196 tests passed. | |
==> elixir (exunit) | |
test/elixir/stream_test.exs:331: warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. | |
test/elixir/stream_test.exs:333: warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. | |
test/elixir/stream_test.exs:613: warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. | |
test/elixir/stream_test.exs:615: warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. | |
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
Finished in 29.5 seconds (21.3s on load, 8.1s on tests) | |
1803 tests, 0 failures | |
Randomized with seed 273274 | |
==> ex_unit (exunit) | |
........................................................................................................................................... | |
Finished in 3.2 seconds (2.0s on load, 1.1s on tests) | |
139 tests, 0 failures | |
Randomized with seed 235285 | |
==> logger (exunit) | |
test/logger_test.exs:222: warning: variable pid is unused | |
............................................................................ | |
Finished in 1.6 seconds (1.3s on load, 0.2s on tests) | |
76 tests, 0 failures | |
Randomized with seed 519669 | |
==> doctest (exunit) | |
(for doctest at) lib/kernel.ex:1939: warning: variable x is unused | |
(for doctest at) lib/kernel/special_forms.ex:633: warning: variable x is unused | |
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
Finished in 12.7 seconds (12.3s on load, 0.4s on tests) | |
787 tests, 0 failures | |
Randomized with seed 882862 | |
==> mix (exunit) | |
................................................................................................................................................................................................................................................ | |
Finished in 47.5 seconds (5.9s on load, 41.5s on tests) | |
240 tests, 0 failures | |
Randomized with seed 86423 | |
==> eex (exunit) | |
............................................................ | |
Finished in 0.9 seconds (0.8s on load, 0.07s on tests) | |
60 tests, 0 failures | |
Randomized with seed 198772 | |
==> iex (exunit) | |
......................................................................... | |
Finished in 2.5 seconds (1.0s on load, 1.4s on tests) | |
73 tests, 0 failures | |
Randomized with seed 33677 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment