Fully working ui and cli #1

Merged
Luis merged 7 commits from Luis-main into main 2023-10-23 20:37:35 +00:00
Showing only changes of commit a659800cb8 - Show all commits

View File

@@ -8,6 +8,9 @@ from pathlib import Path
import pytest import pytest
from ports import PortFunction from ports import PortFunction
@pytest.mark.impure
def test_nothing_much() -> None:
pass
@pytest.mark.timeout(10) @pytest.mark.timeout(10)
def test_start_server(unused_tcp_port: PortFunction, temporary_home: Path) -> None: def test_start_server(unused_tcp_port: PortFunction, temporary_home: Path) -> None: