[openstreetmap/openstreetmap-website] Add framework for system tests (#1664)
Tom Hughes
notifications at github.com
Wed Nov 15 12:25:48 UTC 2017
The basic problem is https://github.com/rails/rails/blob/master/railties/lib/rails/test_unit/runner.rb#L44 which, after taking patterns from the command line (defaulting to all) and finding matching tests then explicitly removes the system tests.
So it's very hard to override - you would probably have to monkey patch the `load_tests` method to remove that exclude.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1664#issuecomment-344577375
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20171115/55a1a81b/attachment.html>
More information about the rails-dev
mailing list