Skip to content

Add nox sessions for system tests

672e534
Select commit
Loading
Failed to load commit list.
Open

chore(ndb): Add nox sessions for system tests #16530

Add nox sessions for system tests
672e534
Select commit
Loading
Failed to load commit list.
Conventional Commit Lint GCF / conventionalcommits.org failed Apr 2, 2026 in 0s

Commit message did not follow Conventional Commits

Some of your commit messages failed linting.

Visit conventionalcommits.org to learn our conventions.

Run git commit --amend and edit your message to match Conventional Commit guidelines.

Details

❌ The following linting errors found:

  • subject may not be empty
  • type may not be empty
    for the following input:
    "*add nox sessions for system tests

this just adds the nox session decorators so you can run the system
tests with

cd packages/google-cloud-ndb
nox -s emulator_system

the actual system tests don't pass, though.

see also #15866 (comment)*"