dash-ag-grid icon indicating copy to clipboard operation
dash-ag-grid copied to clipboard

Explain versioning system

Open ndrezn opened this issue 1 year ago • 1 comments
trafficstars

Explains how versioning works, and adds a test to ensure we actually follow the system!

ndrezn avatar Apr 25 '24 20:04 ndrezn

@ndrezn @BSd3v can we please give this some love?

gvwilson avatar May 27 '24 12:05 gvwilson

@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?

BSd3v avatar Oct 01 '24 18:10 BSd3v

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.

ndrezn avatar Oct 02 '24 16:10 ndrezn

test_versioning.py isnt in the tests/ anymore. So they can just run pytest. 😄

BSd3v avatar Oct 02 '24 16:10 BSd3v