Skip to content

Commit a91be2c

Browse files
committed
docs: update readme
1 parent 819c995 commit a91be2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,23 @@ deepnote-toolkit config set server.jupyter_port 9000
9393
The project uses nox for testing across multiple Python versions (3.9-3.12) in Docker containers.
9494

9595
**Quick testing with mise:**
96+
9697
```bash
9798
mise run test # Run unit tests
9899
mise run test:coverage # Run with coverage
99100
mise run test:quick tests/unit/ # Fast testing without nox overhead
100101
```
101102

102103
**Using nox directly:**
104+
103105
```bash
104106
poetry run nox -s unit # Run unit tests
105107
poetry run nox -s unit -- --coverage # With coverage
106108
poetry run nox -s unit -- tests/unit/test_file.py # Specific file
107109
```
108110

109111
**Using Docker:**
112+
110113
```bash
111114
./bin/test-local # Run all tests
112115
./bin/test-local tests/unit/test_file.py # Specific file
@@ -171,6 +174,6 @@ Apache License 2.0 - See [LICENSE](LICENSE) for details.
171174

172175
<div align="center">
173176

174-
**Built with 💙 by the Deepnote team**
177+
Built with 💙 by the Deepnote team
175178

176179
</div>

0 commit comments

Comments
 (0)