Skip to content

Commit 046d289

Browse files
Concept Exercises Rename and Configuration (exercism#2584)
* Renamed list-methods exercise. * Renamed lists exercise. * Renamed bools exercise. * Renamed basics exercise. * Renamed dicts exercise. * Renamed Enums exercise. * Renamed the loops exercise. * Renamed the strings exercise. * Renamed the none exercise. * Copied and renamed tuples exercise as starter and placeholder for sets exercise. * Renamed tuples exercise. * Deletions of old file names for concept exercises. * Big exercise rename and requirements re-do. * Updated some track statuses. * Fixed lasagna typo. * Corrected broken link to python strings exercise. * Added renamed concept exercises to story files to fix broken links. * More broken links fixed for pac-man and strings types. * Update reference/stories/enums.log-line-parser.md Co-authored-by: Erik Schierboom <[email protected]> * Update languages/config.json * Renamed elyses-enchantment-exercises to elyses-enchantments and updated config.json. Co-authored-by: Erik Schierboom <[email protected]>
1 parent cd8ff70 commit 046d289

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+642
-5
lines changed

exercises/concept/list_methods/.meta/config.json renamed to exercises/concept/chaitanas-colossal-coaster/.meta/config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
"github_username": "BethanyG",
99
"exercism_username": "BethanyG"
1010
}
11-
]
11+
],
12+
"editor": {
13+
"solution_files": ["list_methods.py"],
14+
"test_files": ["list_methods_test.py"]
15+
}
1216
}

0 commit comments

Comments
 (0)