Skip to content

Commit 60e019a

Browse files
isidoremander11blade290susanfung
committed
. t - Moved pytest into integrations sub-folder
Co-Authored-By: Matt Anderson <matthew.anderson11@gmail.com> Co-Authored-By: Joss Hufnagel <43077216+blade290@users.noreply.github.com> Co-Authored-By: Susan Fung <38925660+susanfung@users.noreply.github.com>
1 parent 1390551 commit 60e019a

8 files changed

Lines changed: 2 additions & 2 deletions

tests/integrations/pytest/__init__.py

Whitespace-only changes.
File renamed without changes.

tests/pytest/test_async_functions.test_can_verify_in_async_test_function.approved.txt renamed to tests/integrations/pytest/test_async_functions.test_can_verify_in_async_test_function.approved.txt

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ def test_basic_approval():
1111
def test_received_filename():
1212
namer = get_default_namer()
1313
expected = os_path(
14-
"ApprovalTests.Python/tests/pytest/test_namer.test_received_filename.received.txt"
14+
"ApprovalTests.Python/tests/integrations/pytest/test_namer.test_received_filename.received.txt"
1515
)
1616
assert namer.get_received_filename().endswith(expected)
1717

1818

1919
def test_pytest_namer(request):
2020
namer = PyTestNamer(request)
2121
expected = os_path(
22-
"ApprovalTests.Python/tests/pytest/test_namer.test_pytest_namer.received.txt"
22+
"ApprovalTests.Python/tests/integrations/pytest/test_namer.test_pytest_namer.received.txt"
2323
)
2424
assert namer.get_received_filename().endswith(expected)
2525
verify("foo", namer=namer)

tests/pytest/test_namer.test_basic_approval.approved.txt renamed to tests/integrations/pytest/test_namer.test_basic_approval.approved.txt

File renamed without changes.

tests/pytest/test_namer.test_pytest_namer.approved.txt renamed to tests/integrations/pytest/test_namer.test_pytest_namer.approved.txt

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)