Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Oct 22, 2023
1 parent 553f110 commit 29a5e55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@


def pytest_configure(config: Config) -> None:
dev_server.start()
# dev_server.start()
return None


def pytest_unconfigure(config: Config) -> None:
dev_server.stop()
# dev_server.stop()
return None

0 comments on commit 29a5e55

Please sign in to comment.