Commit Graph

3146 Commits

Author SHA1 Message Date
Sascha Mann
3a62377cb8 Properly add prickle and smolder labels (fixes #2636) 2022-03-08 22:29:00 -08:00
dependabot[bot]
9772a9c54f Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 16:06:06 -08:00
dependabot[bot]
29e03e72e3 Bump actions/setup-python from 2.3.2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 14:50:17 -08:00
zepam
9058393225 Update hints.md
Add a hint to #7 to put new_aliens_collection() outside of the Alien class.
2022-03-01 14:49:24 -08:00
BethanyG
0201c9df0b Fixed trailing whitespace issues. 2022-03-01 01:03:14 -08:00
BethanyG
573b2cb368 Concept tree update. 2022-03-01 01:03:14 -08:00
BethanyG
849816da04 Re-arranged page sections again. 2022-03-01 01:03:14 -08:00
BethanyG
e3569132cb Re-arranged page sections. 2022-03-01 01:03:14 -08:00
BethanyG
db00a8f520 Title formatting updates. 2022-03-01 01:03:14 -08:00
BethanyG
6f79b71302 Re-orderd concept exercise table. 2022-03-01 01:03:14 -08:00
BethanyG
2f4da08cd9 Re-orderd concept exercise table. 2022-03-01 01:03:14 -08:00
BethanyG
0fbb8cfa3c Aded NONE for blank practices. 2022-03-01 01:03:14 -08:00
BethanyG
50b3752e17 Fixed most stars links. Again. 2022-03-01 01:03:14 -08:00
BethanyG
32dad4c587 Fixed most stars links. 2022-03-01 01:03:14 -08:00
BethanyG
ef56dbe740 Fixed wrapping issue on practice exercise table. 2022-03-01 01:03:14 -08:00
BethanyG
63b96b13c1 Fixed wrapping issue on practice exercise table. 2022-03-01 01:03:14 -08:00
BethanyG
f48cc349a3 Fixed wrapping issue on practice exercise table. 2022-03-01 01:03:14 -08:00
BethanyG
3a5212d795 Fixed wrapping issue on practice exercise table. 2022-03-01 01:03:14 -08:00
BethanyG
e560f4bb24 Fixed wrapping issue on practice exercise table. 2022-03-01 01:03:14 -08:00
BethanyG
079f8106f1 Updated tables and added tracking for docstrings in concept exercises. 2022-03-01 01:03:14 -08:00
BethanyG
a738eee651 Additional markdown edits for table. 2022-03-01 01:03:14 -08:00
BethanyG
253551d20d Fixed markdown formatting issue for table. 2022-03-01 01:03:14 -08:00
BethanyG
a5eb388975 Updated track_exercises_overview.md
*  Added mermaid diagram of concept exercises
*  Updated concept exercise status table
*  Re-arranged page for readability
2022-03-01 01:03:14 -08:00
BethanyG
8d9f1ae1e3 Update exercises/concept/ellens-alien-game/.meta/exemplar.py
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-02-27 17:20:40 -08:00
BethanyG
99004847ab Per discussion in issue 2954, updated tests and files for Ellens Alien Game.
Changed test for task number 2 to check if health value is in a set of values, rather than one value.
Changed Stub file docstring.
Changed Exemplar file to include a note about two viable solutions for hit method task, and added docstrings.
2022-02-27 17:20:40 -08:00
BethanyG
5e6e2e5ca5 Update exercises/concept/ellens-alien-game/.docs/hints.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
2022-02-27 17:15:09 -08:00
BethanyG
0b4608d310 Cleanup pass for Ellens Alien Game Docs.
Cleaned up a few "leftover" typos and wording issues.
Added line for task two hinting at choosing Alien helth to remain at zero or go below zero.
Edited hints to add note about being able to take alien helth below zero.
Edited hints to add more detail on how to go about changing a class attribute and *where* to do it.
2022-02-27 17:15:09 -08:00
BethanyG
ff18f85dff Update exercises/concept/card-games/.meta/exemplar.py 2022-02-27 17:12:01 -08:00
Metallifax
269cb6a886 [Card Games]: Added module public module docstring
As per title. Also fixed an over-indent in exemplar.py
2022-02-27 17:12:01 -08:00
Metallifax
bbf6b2b5ea [Card Games]: Grammer fix 2022-02-27 17:12:01 -08:00
Metallifax
0aa2de0344 [Card Games]: Imperative mood for docstring start 2022-02-27 17:12:01 -08:00
Metallifax
64396fd483 [Card Games]: Moved exemplar summary line changes into stub file 2022-02-26 15:26:31 -08:00
Metallifax
742d0220c6 Apply suggestions from code review
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2022-02-26 15:26:31 -08:00
Metallifax
e5bdf1bb7e [Card Games]: Added summary first line sentences to docstrings
- Continuation changes based on #2947.
2022-02-26 15:26:31 -08:00
BethanyG
f42a32b955 Fix for Issue 2948: Hamming
Corrected test.toml file.  Regenerated test file for hamming.
2022-02-25 01:53:04 -05:00
Metallifax
c1d726d7e1 Making the Grade: stub and exemplar docstring mismatch 2022-02-21 15:04:37 -08:00
Metallifax
4f7cd66fdf Update exemplar.py 2022-02-21 13:20:09 -08:00
Metallifax
bf4cdf7216 Apply suggestions from code review
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2022-02-21 13:20:09 -08:00
Metallifax
8966e74ab5 Update exercises/concept/making-the-grade/.meta/exemplar.py
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2022-02-21 13:20:09 -08:00
Metallifax
a026a0b544 Update exercises/concept/making-the-grade/.meta/exemplar.py
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2022-02-21 13:20:09 -08:00
Metallifax
14756216b2 Update exercises/concept/making-the-grade/.meta/exemplar.py
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
2022-02-21 13:20:09 -08:00
Metallifax
9987dad33d Making the Grade: Space after docstring in last method in loops.py 2022-02-21 13:20:09 -08:00
Metallifax
f2ce06ed97 Making the Grade: Added summary sentences to each docstring in both code files 2022-02-21 13:20:09 -08:00
Metallifax
0e52a97452 Making the Grade: Added newlines in code file docstrings
Consistent with other code files in concepts that include a docstring
2022-02-21 13:20:09 -08:00
BethanyG
84dc059d35 Update exercises/concept/making-the-grade/.docs/instructions.md 2022-02-21 11:17:10 -08:00
Nate Houk
ebfc3af465 Updating instructions to match test case
In the very first test case, there is a test case of 40.5, and the expected value is 40. This contradicts the instructions which says values of for example 40.5 should round up to 41. This also contradicts the instructions to use round() which rounds values of .5 down.

Here is the test case which contradicts the instructions:

```
    @pytest.mark.task(taskno=1)
    def test_round_scores(self):
        data = [
            ([], []),
            ([.5], [0]),
            ([1.5], [2]),
            (
                [90.33, 40.5, 55.44, 70.05, 30.55, 25.45, 80.45, 95.3, 38.7, 40.3],
                [90, 40, 55, 70, 31, 25, 80, 95, 39, 40]),
```
2022-02-21 11:17:10 -08:00
Metallifax
6e11dfd03c [Card Games]: instructions.md - removed extra "the" in #7 Bonus Round Rules 2022-02-19 09:57:11 -08:00
Metallifax
67e9fdd808 [Black Jack]: Some spacing and consistency fixes in test. 2022-02-19 09:57:11 -08:00
Matthias Rahlf
6abd10db16 Fix: update old name new_alien_list 2022-02-19 09:48:14 -08:00
PaulT89
65ea8cab41 Ellen's Alien Game: wip -> beta 2022-02-18 05:07:11 -08:00