Skip to content

Commit df332a9

Browse files
committed
chore: update README.md
1 parent 430a0d9 commit df332a9

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed
Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
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

0 commit comments

Comments
 (0)