Example pytest failure
This commit is contained in:
parent
d4b351df30
commit
627c25c4a1
2 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
# SPDX-FileCopyrightText: 2022-present Waylon S. Walker <waylon@waylonwalker.com>
|
# SPDX-FileCopyrightText: 2022-present Waylon S. Walker <waylon@waylonwalker.com>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
None == None
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
def test_me():
|
def test_me():
|
||||||
assert True
|
assert False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue