Skip to content

Commit d9f8cac

Browse files
More generous lesson timings.
1 parent f9bfabd commit d9f8cac

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

_episodes/l1-01-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Introduction to testing"
3-
teaching: 20
4-
exercises: 10
3+
teaching: 25
4+
exercises: 5
55
questions:
66
- "Why test my software?"
77
- "How can I test my software?"

_episodes/l1-02_basic_unit_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Introduction to Unit Testing using GoogleTest"
33
teaching: 30
4-
exercises: 10
4+
exercises: 15
55
questions:
66
- "What framework/libraries can be used for unit testing in C++?"
77
- "What is GoogleTest?"

_episodes/l1-03_test_fixture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Introduction to Test Fixtures using GoogleTest"
33
teaching: 30
4-
exercises: 10
4+
exercises: 15
55
questions:
66
- "What is a test fixture?"
77
- "How can I create my own test fixture using GoogleTest?"

_episodes/l1-04_parameterized_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Parameterised Tests using GoogleTest"
33
teaching: 30
4-
exercises: 10
4+
exercises: 15
55
questions:
66
- "What is a parameterised test?"
77
- "How can I write my own parameterised tests using GoogleTest?"

_episodes/l1-05-test_doubles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Tests doubles and dependency injection"
33
teaching: 30
4-
exercises: 10
4+
exercises: 15
55
questions:
66
- "What are test doubles?"
77
- "What types of test doubles are there?"

_episodes/l6-06-Best_practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "General unit testing best practice"
3-
teaching: 20
3+
teaching: 30
44
exercises: 0
55
questions:
66
- "What are some best practices that should be followed when writing unit tests?"

0 commit comments

Comments
 (0)