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
Right now test_version is a dummy test that does more harm than it's helpful. I want to rewrite the test so it compares the version in init, that defines the pystatis.version attribute, with the version stated in the pyproject.toml file. This would assure that we'll never ever forget to updated both again (should even be a pre commit hook)
The text was updated successfully, but these errors were encountered:
Right now test_version is a dummy test that does more harm than it's helpful. I want to rewrite the test so it compares the version in init, that defines the pystatis.version attribute, with the version stated in the pyproject.toml file. This would assure that we'll never ever forget to updated both again (should even be a pre commit hook)
The text was updated successfully, but these errors were encountered: