Skip to content

Commit

Permalink
delete CI against welcome-dojo
Browse files Browse the repository at this point in the history
  • Loading branch information
wumingzhilian committed Apr 10, 2024
1 parent 093c81e commit b07c9d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 148 deletions.
9 changes: 0 additions & 9 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,3 @@ def example_import_dojo(admin_session):
@pytest.fixture(scope="session")
def simple_award_dojo(admin_session):
return create_dojo_yml(open(TEST_DOJOS_LOCATION / "simple_award_dojo.yml").read(), session=admin_session)

@pytest.fixture(scope="session")
def welcome_dojo(admin_session):
try:
rid = create_dojo("github","HUSTSeclab/welcome-dojo", session=admin_session)
except AssertionError:
rid = "welcome"
make_dojo_official(rid, admin_session)
return rid
139 changes: 0 additions & 139 deletions test/test_welcome.py

This file was deleted.

0 comments on commit b07c9d0

Please sign in to comment.