Skip to content

Commit

Permalink
formatted with trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Jul 28, 2023
1 parent 25d4b5e commit 605c71c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import cript


HAS_INTEGRATION_TESTS_ENABLED: bool = True


Expand Down
3 changes: 2 additions & 1 deletion tests/nodes/supporting_nodes/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ def test_local_file_source_upload_and_download(tmp_path_factory) -> None:
1. download the file to a temporary path
1. read that file text and assert that the string written and read are the same
"""
import uuid
import datetime
import uuid

file_text: str = (
f"This is an automated test from the Python SDK within "
f"`tests/nodes/supporting_nodes/test_file.py/test_local_file_source_upload_and_download()` "
Expand Down
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import warnings

import pytest
from conftest import HAS_INTEGRATION_TESTS_ENABLED
from deepdiff import DeepDiff

import cript
from conftest import HAS_INTEGRATION_TESTS_ENABLED


def integrate_nodes_helper(cript_api: cript.API, project_node: cript.Project):
Expand Down

0 comments on commit 605c71c

Please sign in to comment.