mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-09-20 12:13:38 +08:00
refactor: streamline the course to 17 lessons
This commit is contained in:
@@ -7,7 +7,7 @@ CHAPTERS = sorted(ROOT.glob("s[0-9][0-9]_*"))
|
||||
|
||||
|
||||
def test_every_chapter_uses_english_as_the_default_readme() -> None:
|
||||
assert len(CHAPTERS) == 19
|
||||
assert len(CHAPTERS) == 17
|
||||
|
||||
for chapter in CHAPTERS:
|
||||
assert (chapter / "README.md").is_file()
|
||||
|
||||
Reference in New Issue
Block a user