Skip to content

Commit

Permalink
rename PRIME_CHECKER section to TESTING section
Browse files Browse the repository at this point in the history
  • Loading branch information
grohmio committed Dec 11, 2024
1 parent fa9858e commit b74fe4b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file removed resources/img/PRIME_CHECKER/00.jpg
Binary file not shown.
Binary file added resources/img/TESTING/00.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- .slide: data-background="img/PRIME_CHECKER/00.jpg" data-background-size="100%" data-background-position="50% 50%" -->
<!-- .slide: data-background="img/TESTING/00.jpg" data-background-size="100%" data-background-position="50% 50%" -->
----

## Prime checker
## Testing
In this task, you will learn about writing tests in Go by developing a prime tester in TDD-style.

----
Expand All @@ -10,7 +10,7 @@ In this task, you will learn about writing tests in Go by developing a prime tes
* [github.com/go-gurus/go_tour_src/tree/main/prime-checker](https://github.com/go-gurus/go_tour_src/tree/main/prime-checker)

----
<!-- .slide: data-background="img/PRIME_CHECKER/01.jpg" data-background-size="60%" data-background-position="50% 50%" -->
<!-- .slide: data-background="img/TESTING/01.jpg" data-background-size="60%" data-background-position="50% 50%" -->

----
<!-- .slide: data-background="img/MAIN/GOTOUR-TIME-TO-CODE-00.jpg" data-background-size="100%" data-background-position="50% 50%" -->
Expand Down Expand Up @@ -168,7 +168,7 @@ mode: set
go tool cover -html=coverage.out main.go main_test.go
```

![go-playground](img/PRIME_CHECKER/02.png)<!-- .element height="500px" -->
![go-playground](img/TESTING/02.png)<!-- .element height="500px" -->

----

Expand Down

0 comments on commit b74fe4b

Please sign in to comment.