Skip to content

Commit

Permalink
Fix #96 by moving tests under src directory. (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 authored Nov 15, 2022
1 parent 7490816 commit a4bb8b5
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py → src/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytest

# the following assumes that the testconf.py is in the tests directory.
volttron_src_path = Path(__file__).resolve().parent.parent.joinpath("src")
volttron_src_path = Path(__file__).resolve().parent.parent

assert volttron_src_path.exists()

Expand Down
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.

0 comments on commit a4bb8b5

Please sign in to comment.