Skip to content

Commit

Permalink
Remove reference to external repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad authored Apr 25, 2024
1 parent 1cbfd1b commit 373c5a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guide/src/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ In the first case: you can create both unit- and integration tests as defined an
In the second case: you are restricted to "unit tests" within the same source file as the code itself.
This can be perfectly adequate, as you will test integration with Python later...

For the remainder of this guide we will focus on the second case. An example of the first can be found
at [MusicalNinjaDad/FizzBuzz](https://github.com/MusicalNinjaDad/FizzBuzz) on github.
For the remainder of this guide we will focus on the second case.

## Testing your functionality in Rust

Expand Down

0 comments on commit 373c5a2

Please sign in to comment.