openstreetmap-website/test/controllers/api
Andy Allan 1cb0767e3d Copy trace fixture files, rather than symlinking
Since we are using tmpdirs in order to enable parallel testing, we
can go the full hog and drop the fakefs too and just copy all the
files directly into the tmpdir. If a test makes changes (e.g.
changing the icon file during an import) the copy in the tmpdir is
thrown away at the end of the test anyway.
2020-03-18 15:35:55 +01:00
..
amf_controller_test.rb Move the amf and swf controllers into the api namespace 2019-02-28 17:12:28 +01:00
capabilities_controller_test.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
changes_controller_test.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
changeset_comments_controller_test.rb Move the api methods from changeset_comments_controller into the api namespaced controller 2019-02-24 12:38:09 +01:00
changesets_controller_test.rb Use squiggly heredocs instead of rails strip_heredoc 2019-12-11 10:54:19 +01:00
map_controller_test.rb JSON: return HTTP 406 for unsupported formats 2020-01-22 22:33:30 +01:00
nodes_controller_test.rb Added unit tests 2020-01-08 19:57:21 +01:00
notes_controller_test.rb Errors have text/plain as the content type 2019-11-24 11:05:02 +00:00
old_nodes_controller_test.rb Added unit tests 2020-01-08 19:57:21 +01:00
old_relations_controller_test.rb Added unit tests 2020-01-08 19:57:21 +01:00
old_ways_controller_test.rb Added unit tests 2020-01-08 19:57:21 +01:00
permissions_controller_test.rb Move the permissions call out of api_controller 2019-02-24 11:00:28 +01:00
relations_controller_test.rb Added unit tests 2020-01-08 19:57:21 +01:00
tracepoints_controller_test.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
traces_controller_test.rb Copy trace fixture files, rather than symlinking 2020-03-18 15:35:55 +01:00
user_preferences_controller_test.rb Fix some deprecation warnings 2019-11-24 11:05:02 +00:00
users_controller_test.rb Remove fallback to hostip.info 2020-01-06 19:14:12 +00:00
versions_controller_test.rb Add support for an unversioned 'versions' API call 2019-06-26 16:52:10 +02:00
ways_controller_test.rb Added unit tests 2020-01-08 19:57:21 +01:00