notebook-gena

Release Build status Commit activity License

This is a template repository for Python projects that use uv for their dependency management.

VSCode settings

mkdir -p .vscode
echo '{"explorer.excludeGitIgnore": true}' > .vscode/settings.json

Features

Makefiles changes

Run particular test-file under watch mode

cd $HOME/projects/github/notebook-gena

make test-watch FILENAME=tests/test_foo.py
make test-watch FILENAME=tests/test_mongodb.py
make test-watch FILENAME=tests/test_postgresdb.py