Add a failing test to check CI
This commit is contained in:
parent
a97bfdffef
commit
8a7247f160
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ from model_bakery import baker
|
|||
from articles.models import Article, Page, User
|
||||
|
||||
|
||||
def test_false():
|
||||
assert False
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_can_access_list(
|
||||
client: Client, published_article: Article, published_page: Page
|
||||
|
|
Reference in a new issue