Skip to content

Commit

Permalink
Merge pull request #13 from DHI/discuss_3
Browse files Browse the repository at this point in the history
Group discussion - testing
  • Loading branch information
ecomodeller authored Nov 13, 2023
2 parents 7d7fe30 + 1079ecd commit ca2a2c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions _modules.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* [Discussion](group_work/module_02.md)
* [Homework](projects/data_cleaning/Project_module_02.md)
3. [Testing and auto-formatting](03_testing.qmd) [🛝](03_testing_slides.html)
* [Discussion](group_work/module_03.md)
* [Homework](projects/data_cleaning/Project_module_03.md)
4. [Dependencies and GitHub actions](04_dependencies_ci.qmd) [🛝](04_dependencies_ci_slides.html)
* [Homework](projects/data_cleaning/Project_module_04.md)
Expand Down
5 changes: 3 additions & 2 deletions group_work/module_03.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Module 3

- Q1: In your course project homework from last module, you implemented modules and classes, how did it go? Any reflections?
- Q2: What is you past experience with testing code?
- Q3: Things can go wrong when executing your code, how should you handle that? Check inputs? try-catch statements? What are pros and cons between different approaches?
- Q2: What is your past experience with testing code?
- Q3: What are the advantages / disadvantages of automated versus manual testing?
- Q4: Things can go wrong when executing your code, how should you handle that? Check inputs? try-except statements? What are pros and cons between different approaches?

{{< include _footer.md >}}

0 comments on commit ca2a2c2

Please sign in to comment.