dash-ag-grid
dash-ag-grid copied to clipboard
Explain versioning system
Explains how versioning works, and adds a test to ensure we actually follow the system!
@ndrezn @BSd3v can we please give this some love?
@ndrezn, @gvwilson, thoughts on the changes?
Should we describe the testing behaviour in the contributing guide?
eg: test_version.py => AG-grid in unison within itself, test_versioning.py DAG is in unison with AG-grid?
Yes, definitely worth adding a note to the contribution guide. I'm not sure also if we mention running the tests locally but devs probably should be recommended to use pytest --headless -k "not test_versioning" rather than just pytest.
test_versioning.py isnt in the tests/ anymore. So they can just run pytest. 😄