You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the popular pytest package is not a dependency. Not clear how tests are run, and there is no Continuous Integration that run tests on pulls.
If an optional dependency on pytest were included a workflow similar to the following could be included (.github/workflows/tests.yaml)
I noticed that the popular
pytest
package is not a dependency. Not clear how tests are run, and there is no Continuous Integration that run tests on pulls.If an optional dependency on
pytest
were included a workflow similar to the following could be included (.github/workflows/tests.yaml
).github/workflows/tests.yaml
pyproject.toml
Addition to
pyproject.toml
would be something like...The text was updated successfully, but these errors were encountered: