Skip to content

Commit

Permalink
Reorg error cases to match jwodder/versioningit#84
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 9, 2024
1 parent 4af204e commit f0950af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TestCase(ZipCase):
"""

NAME = "archive-no-tag"
PATH = Path("repos", "errors")
PATH = Path("repos", "git-errors")
EXTRAS = [".json", ".marks"]

def build(self) -> None:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestCase(ZipCase):
"""

NAME = "hatch-no-tag"
PATH = Path("repos", "errors")
PATH = Path("repos", "git-errors")
EXTRAS = [".json", ".marks"]

def build(self) -> None:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestCase(ZipCase):
"""

NAME = "no-tag"
PATH = Path("repos", "errors")
PATH = Path("repos", "git-errors")
EXTRAS = [".json", ".marks"]

def build(self) -> None:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TestCase(ZipCase):
"""

NAME = "template-fields-error"
PATH = Path("repos", "errors")
PATH = Path("repos", "git-errors")
EXTRAS = [".json"]

def build(self) -> None:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestCase(ZipCase):
"""

NAME = "hg-no-tag"
PATH = Path("repos", "errors")
PATH = Path("repos", "hg-errors")
EXTRAS = [".json"]

def build(self) -> None:
Expand Down

0 comments on commit f0950af

Please sign in to comment.