Giter Site home page Giter Site logo

Comments (3)

rcarriga avatar rcarriga commented on August 17, 2024

Can you tell me if they pass with vim-test's TestNearest? Does the output of the failed test tell you anything?

You can see the command being run is gradle test --tests EntityTest.GetSpecificReservableBlock.getsReservableBlock, does that look correct?

I have almost no familiarity with Java but from a very quick search I found this https://stackoverflow.com/questions/49180845/junit-test-in-nested-kotlin-class-not-found-when-running-gradle-test. Could it be that your test is not being found by gradle and when you run the CLI it's actually just not running the test at all and so passing?

from vim-ultest.

cloudlena avatar cloudlena commented on August 17, 2024

Thanks, @rcarriga!

You're right. The vim-test command also fails:

 > Task :test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> No tests found for given includes: [EntityTest.GetSpecificReservableBlock.getsReservableBlock](--tests filter)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
5 actionable tasks: 2 executed, 3 up-to-date

[Process exited 1]

I'll open an issue there then 👍

from vim-ultest.

cloudlena avatar cloudlena commented on August 17, 2024

I created vim-test/vim-test#627 respectively.

from vim-ultest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.