]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #5216 from kcne/teaspoon-v2
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 16 Oct 2024 15:55:33 +0000 (16:55 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2024 15:55:33 +0000 (16:55 +0100)
Re-enable JavaScript unit tests using Teaspoon

1  2 
.github/workflows/tests.yml
CONTRIBUTING.md
Gemfile
Gemfile.lock

index 55e6671bfb0db9bac551e41cc1cac43086453768,f8561b7b256d6a2a2cab5ad924a9f139b67fd7e4..e5c9efa11cc3d3ac4762c2724cedc7fce92e34b5
@@@ -58,10 -58,14 +58,14 @@@ jobs
        run: bundle exec bin/yarn install
      - name: Compile assets
        run: bundle exec rails assets:precompile
+     - name: Create tmp/pids directory
+       run: mkdir -p tmp/pids
      - name: Run tests
        run: bundle exec rails test:all
+     - name: Run javascript tests
+       run: bundle exec teaspoon
      - name: Report completion to Coveralls
 -      uses: coverallsapp/github-action@v2.3.0
 +      uses: coverallsapp/github-action@v2.3.2
        with:
          github-token: ${{ secrets.github_token }}
          flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}
@@@ -73,7 -77,7 +77,7 @@@
      runs-on: ubuntu-latest
      steps:
      - name: Report completion to Coveralls
 -      uses: coverallsapp/github-action@v2.3.0
 +      uses: coverallsapp/github-action@v2.3.2
        with:
          github-token: ${{ secrets.github_token }}
          parallel-finished: true
diff --combined CONTRIBUTING.md
index a3252807a6efe06a825c13404acff1cf2e119321,3c16a9863d465f97f9cfd23d979143560cf20689..2571b93459147e8e635302b24353465b63da8887
@@@ -43,6 -43,12 +43,12 @@@ You can run the existing test suite wit
  bundle exec rails test:all
  ```
  
+ You can run javascript tests with:
+ ```
+ bundle exec teaspoon
+ ```
  You can view test coverage statistics by browsing the `coverage` directory.
  
  The tests are automatically run on Pull Requests and other commits via github
@@@ -77,6 -83,15 +83,6 @@@ only submit changes to the `en.yml` fil
  [Translatewiki](https://translatewiki.net/wiki/Translating:OpenStreetMap) and should
  not be included in your pull request.
  
 -### Nominatim prefixes
 -
 -I18n keys under the `geocoder.search_osm_nominatim` keyspace are managed by the
 -Nominatim maintainers. From time to time they run stats over the Nominatim
 -database, and update the list of available keys manually.
 -
 -Adding or removing keys to this list is therefore discouraged, but contributions
 -to the descriptive texts are welcome.
 -
  ### Copyright attribution
  
  The list of attributions on the /copyright page is managed by the [OSMF Licensing
diff --combined Gemfile
index a2387771a00557ad48b9ee0eeba62e435c4cf5d5,af3b9c09fad932b006348a461b2f68d90c744be5..277346b8388df908c3e110cff5b9bbb55a18cf84
+++ b/Gemfile
@@@ -141,15 -141,10 +141,15 @@@ gem "image_processing
  # Used to validate widths
  gem "unicode-display_width"
  
 +# Lock some modules to old versions for ruby 3.1 support
 +gem "zeitwerk", "< 2.7"
 +
  # Gems useful for development
  group :development do
    gem "better_errors"
    gem "binding_of_caller"
 +  gem "danger"
 +  gem "danger-auto_label"
    gem "debug_inspector"
    gem "i18n-tasks"
    gem "listen"
@@@ -183,6 -178,8 +183,8 @@@ en
  
  group :development, :test do
    gem "annotate"
+   gem "teaspoon"
+   gem "teaspoon-mocha", "~> 2.3.3"
  
    # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
    gem "debug", :require => "debug/prelude"
diff --combined Gemfile.lock
index ffbb95eb978de9c2d8506d08a7498c6a1c9bbd13,27e45b18d325868c676ab54ff19b7385080255ae..4de807dcb2450a76d50e5b925ab5d60034b69f13
@@@ -91,7 -91,7 +91,7 @@@ GE
      autoprefixer-rails (10.4.19.0)
        execjs (~> 2)
      aws-eventstream (1.3.0)
 -    aws-partitions (1.986.0)
 +    aws-partitions (1.990.0)
      aws-sdk-core (3.209.1)
        aws-eventstream (~> 1, >= 1.3.0)
        aws-partitions (~> 1, >= 1.651.0)
        xpath (~> 3.2)
      childprocess (5.1.0)
        logger (~> 1.5)
 +    claide (1.1.0)
 +    claide-plugins (0.9.2)
 +      cork
 +      nap
 +      open4 (~> 1.3)
 +    colored2 (3.1.2)
      concurrent-ruby (1.3.4)
      config (5.5.2)
        deep_merge (~> 1.2, >= 1.2.1)
        ostruct
      connection_pool (2.4.1)
 +    cork (0.3.0)
 +      colored2 (~> 3.1)
      crack (1.0.0)
        bigdecimal
        rexml
      crass (1.0.6)
      dalli (3.2.8)
 +    danger (9.5.0)
 +      claide (~> 1.0)
 +      claide-plugins (>= 0.9.2)
 +      colored2 (~> 3.1)
 +      cork (~> 0.1)
 +      faraday (>= 0.9.0, < 3.0)
 +      faraday-http-cache (~> 2.0)
 +      git (~> 1.13)
 +      kramdown (~> 2.3)
 +      kramdown-parser-gfm (~> 1.0)
 +      octokit (>= 4.0)
 +      terminal-table (>= 1, < 4)
 +    danger-auto_label (1.3.1)
 +      danger-plugin-api (~> 1.0)
 +    danger-plugin-api (1.0.0)
 +      danger (> 2.0)
      dartsass-ruby (3.0.2)
        sass-embedded (~> 1.54, < 1.67)
      dartsass-sprockets (3.0.0)
        faraday-net_http (>= 2.0, < 3.4)
        json
        logger
 +    faraday-http-cache (2.5.1)
 +      faraday (>= 0.8)
      faraday-net_http (3.3.0)
        net-http
      ffi (1.17.0)
      fspath (3.1.2)
      gd2-ffij (0.4.0)
        ffi (>= 1.0.0)
 +    git (1.19.1)
 +      addressable (~> 2.8)
 +      rchardet (~> 1.8)
      globalid (1.2.1)
        activesupport (>= 6.1)
      google-protobuf (3.25.5)
      kgio (2.11.4)
      kramdown (2.4.0)
        rexml
 +    kramdown-parser-gfm (1.1.0)
 +      kramdown (~> 2.0)
      language_server-protocol (3.17.0.3)
      libv8-node (18.19.0.0)
      libxml-ruby (5.0.3)
      multi_json (1.15.0)
      multi_xml (0.7.1)
        bigdecimal (~> 3.1)
 +    nap (1.1.0)
      net-http (0.4.1)
        uri
 -    net-imap (0.4.16)
 +    net-imap (0.4.17)
        date
        net-protocol
      net-pop (0.1.2)
        rack (>= 1.2, < 4)
        snaky_hash (~> 2.0)
        version_gem (~> 1.1)
 +    octokit (9.1.0)
 +      faraday (>= 1, < 3)
 +      sawyer (~> 0.9)
      omniauth (2.0.4)
        hashie (>= 3.4.6)
        rack (>= 1.6.2, < 3)
      omniauth-rails_csrf_protection (1.0.2)
        actionpack (>= 4.2)
        omniauth (~> 2.0)
 +    open4 (1.3.4)
      openstreetmap-deadlock_retry (1.3.1)
      ostruct (0.6.0)
      overcommit (0.64.0)
        nio4r (~> 2.0)
      quad_tile (1.0.1)
      racc (1.8.1)
 -    rack (2.2.9)
 +    rack (2.2.10)
      rack-cors (2.0.2)
        rack (>= 2.0.0)
      rack-openid (1.4.2)
      rb-fsevent (0.11.2)
      rb-inotify (0.11.1)
        ffi (~> 1.0)
 +    rchardet (1.8.0)
      rdoc (6.7.0)
        psych (>= 4.0.0)
      regexp_parser (2.9.2)
      rouge (4.4.0)
      rtlcss (0.2.1)
        mini_racer (>= 0.6.3)
 -    rubocop (1.66.1)
 +    rubocop (1.67.0)
        json (~> 2.3)
        language_server-protocol (>= 3.17.0)
        parallel (~> 1.10)
      sass-embedded (1.64.2)
        google-protobuf (~> 3.23)
        rake (>= 13.0.0)
 +    sawyer (0.9.2)
 +      addressable (>= 2.3.5)
 +      faraday (>= 0.17.3, < 3)
      securerandom (0.3.1)
      selenium-webdriver (4.23.0)
        base64 (~> 0.2)
      stringio (3.1.1)
      strong_migrations (1.8.0)
        activerecord (>= 5.2)
+     teaspoon (1.2.2)
+       railties (>= 3.2.5)
+     teaspoon-mocha (2.3.3)
+       teaspoon (>= 1.0.0)
      terminal-table (3.0.2)
        unicode-display_width (>= 1.1.1, < 3)
      terser (1.2.4)
      thor (1.3.2)
      tilt (2.4.0)
      timeout (0.4.1)
 -    turbo-rails (2.0.10)
 +    turbo-rails (2.0.11)
        actionpack (>= 6.0.0)
        railties (>= 6.0.0)
      tzinfo (2.0.6)
@@@ -674,8 -638,6 +678,8 @@@ DEPENDENCIE
    config
    connection_pool
    dalli
 +  danger
 +  danger-auto_label
    dartsass-sprockets
    debug
    debug_inspector
    simplecov-lcov
    sprockets-exporters_pack
    strong_migrations (< 2.0.0)
+   teaspoon
+   teaspoon-mocha (~> 2.3.3)
    terser
    turbo-rails
    unicode-display_width
    validates_email_format_of (>= 1.5.1)
    vendorer
    webmock
 +  zeitwerk (< 2.7)
  
  BUNDLED WITH
     2.5.16