Commit 672e534
committed
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)1 parent 2e508b6 commit 672e534
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
0 commit comments