This commit is contained in:
Josh Ramer 2024-05-06 00:41:09 -05:00 committed by GitHub
parent 84dbe2db67
commit bef69c3a02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# Startup, Testing, & Debugging # Startup, Testing, & Debugging
--- ---
I know this sort of thing can be elementary to some, but to others it can save days or weeks worth of time & because I was searching for this kind of information in the repository & couldn't seem to find it, I wanted to try to provide a brief example of getting up & running, debugging code & tests. I won't be super explicit about everything because there is documentation in the reposity that can be found by searching. I'll just assume you use a terminal & a text editor because it's the simplest thing to understand. I know this sort of thing can be elementary to some, but to others it can save days or weeks worth of time & because I was searching for this kind of information in the repository & couldn't seem to find it, I wanted to try to provide a brief example of getting up & running, debugging code & tests. I won't be super explicit about everything because there is documentation in the repository that can be found by searching. I'll just assume you use a terminal & a text editor because it's the simplest thing to understand.
## How to run & debug a specific test without running all the others to keep the feedback loop short? ## How to run & debug a specific test without running all the others to keep the feedback loop short?
Borrowing from the CI scripts to make something workflow specific, we have the following. Borrowing from the CI scripts to make something workflow specific, we have the following.