ryansurf / cli-surf

Get surf and ocean data from the command line interface
7 stars 10 forks source link

Move tests directory outside of src #24

Closed K-dash closed 2 months ago

K-dash commented 2 months ago

@ryansurf

It felt strange to have the test file inside the src directory, which is the execution service. So I moved it outside. I should have noticed that yesterday... I'm sorry for the multiple requests, but could you please review the PR again!

This change separates the tests from the source code, following the common practice of keeping tests in a separate top-level directory.

K-dash commented 2 months ago

As mentioned in #21, I'm thinking of adding the ruff configuration to pyproject.toml