File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
tests/integration/elixir_test Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 11# ElixirTest
22
3- ** TODO: Add description **
3+ This directory contains the test project which uses ecto to run some integration tests.
44
5- ## Installation
5+ ## Running
66
7- If [ available in Hex] ( https://hex.pm/docs/publish ) , the package can be installed
8- by adding ` elixir_test ` to your list of dependencies in ` mix.exs ` :
7+ The tests can be run using [ mise] ( https://mise.jdx.dev/ ) .
98
10- ``` elixir
11- def deps do
12- [
13- {:elixir_test , " ~> 0.1.0" }
14- ]
15- end
9+ From the project root directory, run:
10+ ```
11+ test:integration:lang:elixir
1612```
17-
18- Documentation can be generated with [ ExDoc] ( https://github.com/elixir-lang/ex_doc )
19- and published on [ HexDocs] ( https://hexdocs.pm ) . Once published, the docs can
20- be found at < https://hexdocs.pm/elixir_test > .
2113
You can’t perform that action at this time.
0 commit comments