MetOffice / dagrunner

⛔[EXPERIMENTAL] Directed acyclic graph (DAG) runner and tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

TEST: Added test for logging #19

Closed cpelley closed 4 months ago

cpelley commented 4 months ago

Added test for logging. Uses subprocesses to isolate the client and the server. Verifies both sqlite database file generation and logging to stdout on the server.

Issues