Skip to content

Commit

Permalink
change test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Sep 23, 2024
1 parent 2176479 commit 60ac88c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
from pathlib import Path
from synthtool.languages import java
import requests_mock
from . import util
from library_generation.test.owlbot import util

TEST_OWLBOT = Path(__file__).parent.parent.parent.parent / "resources" / "test-owlbot"
TEST_OWLBOT = Path(__file__).parent.parent / "resources" / "test-owlbot"
FIXTURES = (
Path(__file__).parent.parent.parent.parent
Path(__file__).parent.parent
/ "resources"
/ "test-owlbot"
/ "fixtures"
)
TEMPLATES_PATH = (
Path(__file__).parent.parent.parent.parent.parent / "owlbot" / "templates"
Path(__file__).parent.parent.parent / "owlbot" / "templates"
)

SAMPLE_METADATA = """
Expand Down
Empty file.
File renamed without changes.

0 comments on commit 60ac88c

Please sign in to comment.