Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
package to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Dec 7, 2024
1 parent 699501d commit c7c56dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 381 deletions.
5 changes: 2 additions & 3 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
import types
from databend_py import Client


def sample_insert_data():
return [(1, "a"), (1, "b")]


def create_csv():
import csv

Expand All @@ -15,9 +17,6 @@ def create_csv():
writer.writerow([1, "b"])


os.environ["TEST_DATABEND_DSN"] = "http://root:@localhost:8000"


class DatabendPyTestCase(unittest.TestCase):
databend_url = None

Expand Down
1 change: 1 addition & 0 deletions tests/test_simple.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import unittest


class Dict(dict):
def __init__(self, **kw):
super().__init__(**kw)
Expand Down
Loading

0 comments on commit c7c56dd

Please sign in to comment.