Skip to content

Commit

Permalink
attach workspace for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jan 18, 2024
1 parent 55d7523 commit 494e89b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
type: string
steps:
- checkout
- attach_workspace:
at: ./
- run:
name: Install python
command: |
Expand Down
8 changes: 7 additions & 1 deletion tests/unit/geometry_tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
import sys


def test_path():
def tests_path():
import specklepy_qt_ui

assert True


def test_path1():
import speckle

p = os.path.abspath(os.path.dirname(speckle.__file__))
Expand Down

0 comments on commit 494e89b

Please sign in to comment.