-
-
Notifications
You must be signed in to change notification settings - Fork 196
Rework sprint 3 assignments #694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Previously they were: 1. Very repetitive, having the trainees solve the same problem more than once which was confusing and not a great use of time. 2. Large. Reviewing the whole PR for the sprint took a long time, so was very daunting for reviewers, and led to review backlogs. 3. Hard to track who was doing the stretch, because it was maybe in the same PR or just maybe missing from the PR. Instead: 1. Re-use their implementation for both sets of tests - this emphasises also that the point of the exercise is writing tests different ways. 2. Split off the practice-tdd and stretch into their own expected separate PRs. 3. Fix up a bunch of inconsistent formatting.
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great - I suggested 3 small typo changes. Thank you for making this change!
https://code.visualstudio.com/docs/editor/testing | ||
|
||
1. Go to rewrite-tests-with-jest/1-get-angle-type.test.js | ||
1. Click the green play button to run the test. It's on the left of the test function in the gutter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Click the green play button to run the test. It's on the left of the test function in the gutter. | |
2. Click the green play button to run the test. It's on the left of the test function in the gutter. |
|
||
1. Go to rewrite-tests-with-jest/1-get-angle-type.test.js | ||
1. Click the green play button to run the test. It's on the left of the test function in the gutter. | ||
1. Read the output in the TEST_RESULTS tab at the bottom of the screen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Read the output in the TEST_RESULTS tab at the bottom of the screen. | |
3. Read the output in the TEST_RESULTS tab at the bottom of the screen. |
1. Go to rewrite-tests-with-jest/1-get-angle-type.test.js | ||
1. Click the green play button to run the test. It's on the left of the test function in the gutter. | ||
1. Read the output in the TEST_RESULTS tab at the bottom of the screen. | ||
1. Explore all the tests in this repo by opening the TEST EXPLORER tab. The logo is a beaker. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Explore all the tests in this repo by opening the TEST EXPLORER tab. The logo is a beaker. | |
4. Explore all the tests in this repo by opening the TEST EXPLORER tab. The logo is a beaker. |
Pushed fixes to the bullet points in 8f3d6cf :) Thanks @jenny-alexander! |
Previously they were:
Instead: