Tests should be better structure. For example, they should be grouped with useful markers (e.g., to group tests to run at each commit, so cheap tests, and longer tests to run before a push for example or only in CI). The way they are written should also be improved as things like sys.path.append should be avoided.
Tests should be better structure. For example, they should be grouped with useful markers (e.g., to group tests to run at each commit, so cheap tests, and longer tests to run before a push for example or only in CI). The way they are written should also be improved as things like
sys.path.appendshould be avoided.