How I run a single pgstac
test with VSCode
#522
Closed
gadomski
started this conversation in
Show and tell
Replies: 1 comment
-
This is now OBE on this repo, since we moved the backends to their own repos. Closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The stac-fastapi test suite is large 🥳 but it is slow 😭. When I'm working a single issue, I want to quickly run the same test over and over. Here's how I do it using VSCode (shortcuts are from my MacOS machine):
.vscode/tasks.json
) that runs the fullpgstac
stack:cmd+shift+b
) to bring up the database^R T
)Hope that helps!
Full
tasks.json
Beta Was this translation helpful? Give feedback.
All reactions