Skip to content

Commit

Permalink
Testing CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Apr 17, 2024
1 parent a0308e0 commit 2723224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mtasks/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ def task1() -> Task:
return task


def test_fail_on_purpose():
raise Exception('Testing CI')


def test_automated_default_fields(task1: Task):
assert task1.pk is not None
assert task1.number == '00000001'
Expand Down

0 comments on commit 2723224

Please sign in to comment.