We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef3741 commit c5db0b6Copy full SHA for c5db0b6
README.md
@@ -43,8 +43,13 @@ pip install tomlkit
43
44
## Running tests
45
46
-Please clone the repo with submodules with the following command
47
-`git clone --recurse-submodules https://github.com/sdispater/tomlkit.git`.
48
-We need the submodule - `toml-test` for running the tests.
+Please clone the repo with submodules with the following command:
+```bash
+git clone --recurse-submodules https://github.com/python-poetry/tomlkit.git
49
+```
50
+The `toml-test` submodule is required for running the tests.
51
-You can run the tests with `poetry run pytest -q tests`
52
+You can then run the tests with
53
54
+poetry run pytest -q tests
55
0 commit comments