Skip to content

Commit

Permalink
add fake_purple.yml in conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wumingzhilian committed Apr 10, 2024
1 parent e83ce68 commit e948214
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def belt_dojos(admin_session):
belt_dojo_rids = {
color: create_dojo_yml(
open(TEST_DOJOS_LOCATION / f"fake_{color}.yml").read(), session=admin_session
) for color in [ "orange", "yellow", "green", "blue" ]
) for color in [ "orange", "yellow", "green","purple","blue" ]
}
for rid in belt_dojo_rids.values():
make_dojo_official(rid, admin_session)
Expand Down
11 changes: 11 additions & 0 deletions test/dojos/fake_purple.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
id: saffron
type: topic
modules:
- id: test
challenges:
- id: test
import:
dojo: example
module: world
challenge: venus

0 comments on commit e948214

Please sign in to comment.