File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -93,20 +93,23 @@ deepnote-toolkit config set server.jupyter_port 9000
9393The 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
9798mise run test # Run unit tests
9899mise run test:coverage # Run with coverage
99100mise run test:quick tests/unit/ # Fast testing without nox overhead
100101```
101102
102103** Using nox directly:**
104+
103105``` bash
104106poetry run nox -s unit # Run unit tests
105107poetry run nox -s unit -- --coverage # With coverage
106108poetry 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 >
You can’t perform that action at this time.
0 commit comments