.. |
__init__.py
|
test: allow to run playwright tests directly with py.test cli
|
2023-09-04 15:00:51 +02:00 |
conftest.py
|
wip(sync): use our async_live_server for websocket related PW tests
|
2025-01-23 17:20:20 +01:00 |
helpers.py
|
fix: import GPX desc as description
|
2024-08-14 11:01:31 +02:00 |
test_anonymous_owned_map.py
|
chore: move DrawToolbar and SettingsToolbar to bar.js module
|
2025-02-06 12:26:58 +01:00 |
test_basics.py
|
chore: move DrawToolbar and SettingsToolbar to bar.js module
|
2025-02-06 12:26:58 +01:00 |
test_browser.py
|
chore: remove most of DomUtil/DomEvent from browser.js
|
2025-04-23 16:24:15 +02:00 |
test_caption.py
|
feat: display map's "created at" and "modified at" in the caption
|
2025-01-10 15:49:05 +01:00 |
test_categorized_layer.py
|
chore: move DrawToolbar and SettingsToolbar to bar.js module
|
2025-02-06 12:26:58 +01:00 |
test_choropleth.py
|
chore: move DrawToolbar and SettingsToolbar to bar.js module
|
2025-02-06 12:26:58 +01:00 |
test_circles_layer.py
|
fix: allow to draw new proprotional circles and to drag them
|
2024-09-27 08:58:08 +02:00 |
test_cluster.py
|
fix: clicking feature in the browser would not open popup in cluster
|
2024-09-11 14:54:54 +02:00 |
test_conditional_rules.py
|
chore: remove DomUtil and DomEvent dependency from rules.js
|
2025-04-23 10:14:22 +02:00 |
test_dashboard.py
|
feat: move map to trash on delete
|
2024-12-10 16:30:23 +01:00 |
test_datalayer.py
|
fix: loading remote data should not make the map dirty
|
2025-04-25 11:25:54 +02:00 |
test_draw_polygon.py
|
chore: use our contexmenu class for inplace toolbar
|
2025-02-12 14:59:43 +01:00 |
test_draw_polyline.py
|
chore: use our contexmenu class for inplace toolbar
|
2025-02-12 14:59:43 +01:00 |
test_edit_datalayer.py
|
Remove confirm delete for features and datalayers (#2603)
|
2025-04-07 18:24:25 +02:00 |
test_edit_map.py
|
chore: remove most of DomUtil/DomEvent from browser.js
|
2025-04-23 16:24:15 +02:00 |
test_edit_marker.py
|
chore: use our contexmenu class for inplace toolbar
|
2025-02-12 14:59:43 +01:00 |
test_edit_polygon.py
|
chore: refine undo/redo buttons
|
2025-04-07 18:16:37 +02:00 |
test_export_map.py
|
wip: move formatters to a module
|
2024-07-05 17:51:53 +02:00 |
test_facets_browser.py
|
feat: only add visible markers (and tooltips) to DOM
|
2024-10-10 19:50:40 +02:00 |
test_features_id_generation.py
|
chore: move DrawToolbar and SettingsToolbar to bar.js module
|
2025-02-06 12:26:58 +01:00 |
test_iframe.py
|
fix: do not show "back to home" button in iframes
|
2025-04-14 16:12:35 +02:00 |
test_import.py
|
feat: naive support for GeometryCollection as Feature geometry
|
2025-04-16 18:28:23 +02:00 |
test_map.py
|
chore: use pytest-rerunfailed
|
2024-10-10 10:31:25 +02:00 |
test_map_list.py
|
fix: make sure we do not render browser in map fragment
|
2024-04-17 08:27:58 +02:00 |
test_map_preview.py
|
feat: handle multiple dataUrl parameters on map load
|
2024-06-25 16:41:39 -04:00 |
test_optimistic_merge.py
|
fixup: fix tests
|
2025-04-25 07:09:31 +02:00 |
test_owned_map.py
|
feat: remove confirm for datalayer delete
|
2025-04-07 10:35:39 +02:00 |
test_picto.py
|
fix: fix pictogram categories always hidden
|
2025-04-09 16:06:20 +02:00 |
test_popup.py
|
chore: add very minimal test for OSM popup template
|
2024-12-05 17:29:30 +01:00 |
test_querystring.py
|
chore: move pure Leaflet controls to modules
|
2025-04-22 20:14:06 +02:00 |
test_remote_data.py
|
fix: loading remote data should not make the map dirty
|
2025-04-25 11:25:54 +02:00 |
test_save.py
|
chore: refine undo/redo buttons
|
2025-04-07 18:16:37 +02:00 |
test_share.py
|
fix: make sure to reset feature query string parameter
|
2024-03-01 15:45:07 +01:00 |
test_slideshow.py
|
chore: move Feature.js integration tests to PW
|
2024-04-01 11:12:26 +02:00 |
test_star.py
|
feat: move star button to caption
|
2025-01-23 11:25:09 +01:00 |
test_tableeditor.py
|
chore: move DrawToolbar and SettingsToolbar to bar.js module
|
2025-02-06 12:26:58 +01:00 |
test_team.py
|
chore: use our own Team model
|
2024-08-30 15:53:18 +02:00 |
test_tilelayer.py
|
Also update regex
|
2024-08-19 12:20:58 +03:00 |
test_undo_redo.py
|
wip: tests pass
|
2025-03-28 18:00:14 +01:00 |
test_view_marker.py
|
fix: do not save "null" instead of null for showLabel
|
2025-02-07 21:56:02 +01:00 |
test_view_polygon.py
|
fix: polygon with interactive=false was still interactive
|
2024-09-20 10:21:57 +02:00 |
test_view_polyline.py
|
feat: add elevation gain and loss in extended properties
|
2024-12-09 13:14:34 +01:00 |
test_websocket_sync.py
|
Remove confirm delete for features and datalayers (#2603)
|
2025-04-07 18:24:25 +02:00 |