Skip to content

Commit

Permalink
. t - Moved pytest into integrations sub-folder
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt Anderson <[email protected]>
Co-Authored-By: Joss Hufnagel <[email protected]>
Co-Authored-By: Susan Fung <[email protected]>
  • Loading branch information
4 people committed Jul 7, 2024
1 parent 1390551 commit 60e019a
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
Empty file.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ def test_basic_approval():
def test_received_filename():
namer = get_default_namer()
expected = os_path(
"ApprovalTests.Python/tests/pytest/test_namer.test_received_filename.received.txt"
"ApprovalTests.Python/tests/integrations/pytest/test_namer.test_received_filename.received.txt"
)
assert namer.get_received_filename().endswith(expected)


def test_pytest_namer(request):
namer = PyTestNamer(request)
expected = os_path(
"ApprovalTests.Python/tests/pytest/test_namer.test_pytest_namer.received.txt"
"ApprovalTests.Python/tests/integrations/pytest/test_namer.test_pytest_namer.received.txt"
)
assert namer.get_received_filename().endswith(expected)
verify("foo", namer=namer)
Expand Down
File renamed without changes.

0 comments on commit 60e019a

Please sign in to comment.