abstreet/rustdoc/tests/sidebar-items.js
2022-08-15 08:44:52 +00:00

1 line
1.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"fn":[["ab_test_spurious_diff",""],["bus_route_test","Describe all public transit routes and keep under version control to spot diffs easily."],["bus_test","On set maps with bus routes imported, simulate an hour to flush out crashes."],["check_proposals","Verify all edits under version control can be correctly apply to their map."],["dump_turn_goldenfile","Verify what turns are generated by writing (from lane, to lane, turn type)."],["import_map","Run the contents of a .osm through the full map importer with default options."],["main",""],["run_sim",""],["smoke_test","Simulate an hour on every map."],["test_blockfinding","Generate single blocks and merged LTN-style blocks for some maps, counting the number of failures. Store in a goldenfile, so somebody can manually do a visual diff if anything changes."],["test_lane_changing","Verify lane-changing behavior is overall reasonable, by asserting all cars and bikes can complete their trip under a time limit."],["test_map_importer","Test the map pipeline by importing simple, handcrafted .osm files, then emitting goldenfiles that summarize part of the generated map. Keep the goldenfiles under version control to notice when they change. The goldenfiles (and changes to them) themselves arent easy to understand, but the test maps are."]]};