umap/umap/tests
Yohan Boniface 9858fc2190 fix: make sure we sync a line when hitting esc while drawing
I first tried to handle this on Leaflet.Editable side, to make
it fire the "editable:edited" event we use to trigger the sync,
but deciding what to do with a feature on escape needs some
decisions that seems hard to implement in a generic way in
Leaflet.Editable.
We call stopDrawing, which then calls cancelDrawing, so here
one need to decide if cancelDrawing should keep the already
drawn line (but cancel the point being drawn) or cancel
everything.
This is why I end up making this change in uMap itself.
2025-02-25 17:17:49 +01:00
..
fixtures feat: parse files in parallel at import when multiple 2024-12-16 19:49:58 +01:00
integration fix: make sure we sync a line when hitting esc while drawing 2025-02-25 17:17:49 +01:00
__init__.py Merge leaflet_storage tests 2018-05-19 11:54:08 +02:00
base.py chore(tests): use name from data when defined in DataLayerFactory 2025-01-10 16:33:06 +01:00
conftest.py fix: do not call teams.all() on anonymous user 2024-09-10 17:56:14 +02:00
settings.py wip(sync): add Redis to CI and configure tests settings 2025-01-23 17:20:21 +01:00
test_clean_tilelayer.py chore: add clean_tilelayer management command 2024-09-12 11:52:56 +02:00
test_dashboard.py chore: add more tests for team related views 2024-12-13 14:44:54 +01:00
test_datalayer.py fix: test failing due to unstable FS ordering between OS 2025-01-20 21:12:06 +01:00
test_datalayer_s3.py chore: make S3 dependencies optional 2024-12-11 19:16:17 +01:00
test_datalayer_views.py feat: soft delete datalayers 2025-01-29 19:08:59 +01:00
test_empty_trash.py feat: soft delete datalayers 2025-01-29 19:08:59 +01:00
test_licence.py Merge leaflet_storage tests 2018-05-19 11:54:08 +02:00
test_map.py feat: move map to trash on delete 2024-12-10 16:30:23 +01:00
test_map_views.py feat: soft delete datalayers 2025-01-29 19:08:59 +01:00
test_merge_features.py chore: ensure merge + assigning ids are rejected 2024-03-08 18:01:58 +01:00
test_statics.py chore: make S3 dependencies optional 2024-12-11 19:16:17 +01:00
test_team_views.py fix: show private/draft maps in team maps for members 2024-12-17 10:37:07 +01:00
test_tilelayer.py [style] Format the code 2023-11-24 23:31:18 +01:00
test_utils.py iwyu 2023-02-27 13:50:37 +01:00
test_views.py chore: add more tests for team related views 2024-12-13 14:44:54 +01:00