Skip to content

Commit

Permalink
Merge pull request #17 from Knowledge-Graph-Hub/rearrange
Browse files Browse the repository at this point in the history
Rearrange
  • Loading branch information
hrshdhgd authored Jun 17, 2022
2 parents 8984d63 + cea864f commit 065b78e
Show file tree
Hide file tree
Showing 222 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Build documentation.
run: |
touch docs/.nojekyll
poetry run gen-doc -d docs neat_ml_schema/src/schema/neat_ml_schema.yaml
poetry run gen-doc -d docs src/schema/neat_ml_schema.yaml
poetry run mkdocs gh-deploy
Empty file removed neat_ml_schema/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions tests/test_neat_ml_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ def setUpClass(cls) -> None:
def setUp(self) -> None:
"""More setup."""
cwd = os.path.dirname(__file__)
self.project_dir = os.path.join(
os.getcwd(), "neat_ml_schema/src/schema/"
)
self.project_dir = os.path.join(os.getcwd(), "src/schema/")
self.resource_dir = os.path.join(cwd, "resources")
self.GOOD_YAML_FILENAME = "test_good.yaml"
self.BAD_YAML_FILENAME = "test_bad.yaml"
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ description = Run unit tests with pytest. This is a special environment that doe
[testenv:lint]
skip_install = true
commands =
black neat_ml_schema/project/ tests/
isort neat_ml_schema/project/ tests/
black project/ tests/
isort project/ tests/
deps =
isort
black
Expand All @@ -34,7 +34,7 @@ description = Run code formatters and linters.
[testenv:flake8]
skip_install = true
commands =
flake8 neat_ml_schema/project/ tests/
flake8 project/ tests/
deps =
flake8
flake8-black
Expand Down

0 comments on commit 065b78e

Please sign in to comment.