You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* grade-school: Remove unused function from example.el
* grade-school: Fix stubs arguments
- use school instead of students in line with exercise description and
`example.el`
- fix `add` function stub missing two arguments
- fix `grade` function stub having wrong order of arguments
* grade-school: Fix flycheck warnings in tests
* grade-school: Provide stub for `make-school` function called by test
If we provide stubs then the students will reasonably expect us to
provide stubs for all the functions expected / called by the test
code.
0 commit comments