Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit e831bcc

Browse files
Update development.md
1 parent d5b23fb commit e831bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pre-commit install
3131

3232
To develop Takahe, install requirements(-dev) and pre-commit hooks for `neodb-takahe` project as well, preferably using a different virtual environment.
3333

34-
Note: the virtual environments and packages installed in this step are mostly for linting, the actual virtual environments and packages are from NeoDB docker image, and they can be configured differently, more on this later in this document.
34+
Note: the virtual environments and packages installed in this step are mostly for type check, the actual virtual environments and packages for development runtime are from NeoDB docker image, and they can be configured differently, more on this later in this document.
3535

3636

3737
Start local instance for development
@@ -106,7 +106,7 @@ neodb-shell neodb-init
106106

107107
Run unit test:
108108
```
109-
neodb-manage test
109+
neodb-shell /neodb-venv/bin/pytest
110110
```
111111

112112
Update translations:

0 commit comments

Comments
 (0)