Skip to content

Commit

Permalink
refactors tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Nov 5, 2023
1 parent 21d162c commit f672e42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license= "Apache-2.0"
dependencies = [
"flask",
# nicegui widgets
"ngwidgets>=0.2.1",
"ngwidgets>=0.3.0",
# pydantic
# https://pypi.org/project/pydantic/
"pydantic>=2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_diagrams.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'''
import os
from dgs.diagrams import Command,Generator,Generators,Example
from tests.basetest import Basetest
from ngwidgets.basetest import Basetest

class TestDiagrams(Basetest):
""" Test the online diagrams service"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@author: wf
'''
from tests.basetest import Basetest
from ngwidgets.basetest import Basetest
from fastapi.testclient import TestClient
from dgs.ngwebserver import WebServer
from ngwidgets.cmd import WebserverCmd
Expand Down

0 comments on commit f672e42

Please sign in to comment.