mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.63k stars 117 forks source link

[Tidy] Consolidate usage of keyword `id` in unit tests #500

Closed nadijagraca closed 3 months ago

nadijagraca commented 4 months ago

Description

Consolidate usage of id in tests

Screenshot

Notice

petar-qb commented 4 months ago

May you also update the id-s, children and such in the src (code) folder too?

I don't care much about the order of the component arguments, so it's up to you. All I'd like is that the ordering is aligned in the same (or similar) way across the entire vizro-core, and that we keep sending arguments as kwargs, rather than args.