Skip to content

Commit

Permalink
feat: readme test info
Browse files Browse the repository at this point in the history
  • Loading branch information
112batuhan authored Nov 17, 2024
1 parent b82baf3 commit 1d28223
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ It's a script to insert MongoDB data into SurrealDB. Don't use in production. I'
`cargo run --bin conversion`

### How to run tests
There isn't any tests yet so WIP
Tests utilize [Testcontainers](https://testcontainers.com/) to set up a new database for each test function.
Testcontainers is based on docker. So be sure to have docker installed.

Then run `cargo test`

## How to satisfy taplo (what even is it?)
[Taplo](https://taplo.tamasfe.dev/) is a toml file toolkit. You can format and check formatting of toml files. It even has an LSP!
Expand Down

0 comments on commit 1d28223

Please sign in to comment.