Skip to content

Commit

Permalink
patch: links
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidg3 committed Jan 27, 2025
1 parent 238af6e commit dcc93a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/concepts/spruce-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@

* **Easily Extend Test Classes**: Create a parent test class to hold helpful assertions, setup methods, fixtures, etc.
2. **Decorator Based**:
* Use `@test()` to define which Class methods are tests.
* **Parameterized Tests**: Use the `@test()` decorator with arguments to run the same test with different input.
* Use [`@test()`](/concepts/tests/) to define which Class methods are tests.
* **Parameterized Tests**: Use the [`@test()`](/concepts/tests/) decorator with arguments to run the same test with different input.
4. **Tight VSCode Integration**:
* **Formatting**: Beatuifully format your code on every Save.

* **Test Explorer**: View and run tests from the sidebar.
* **Debugging**: Debug tests with breakpoints.
6. **Build Watcher**: Automatically build your code on every save.
Expand Down

0 comments on commit dcc93a9

Please sign in to comment.