Git Product home page Git Product logo

Comments (5)

Whathecode avatar Whathecode commented on May 24, 2024

Related report on Stack Overflow: https://stackoverflow.com/q/51910553/590790

from carp.core-kotlin.

Whathecode avatar Whathecode commented on May 24, 2024

Doing some more debugging, I identified the specific cause of this bug: the dependency org.jetbrains.kotlin:kotlin-test-junit5 causes IntelliJ to no longer recognize unit tests in the IDE. This did work for org.jetbrains.kotlin:kotlin-test-junit, but we need JUnit 5 for our @Nested tests.

I posted more info on Stack Overflow and reported this issue to JetBrains here: IntelliJ does not recognize JUnit 5 tests in Kotlin multiplatform project.

Concretely:

  • tests results do show up in IntelliJ when running gradle test on the JVM project. Tests do not show up when running this gradle task a second time without any changes. This is by design. If you want to force the test results output, you can do so by calling gradle cleanTest test (cleaning the tests first). I updated the documentation to reflect this.
  • tests can't be run individually from the IntelliJ IDEA. This will hopefully be fixed now that JetBrains is aware about this bug report.

from carp.core-kotlin.

Whathecode avatar Whathecode commented on May 24, 2024

In addition, I noticed when the project is imported in IntelliJ for the first time using Gradle, running gradle test on the main carp.core-kotlin project does not make JVM tests show up.

When running this task with 'coverage', they do show up! After, trying to run them again without coverage does make them show up.

Very odd stuff happening here.

from carp.core-kotlin.

Whathecode avatar Whathecode commented on May 24, 2024

https://youtrack.jetbrains.com/issue/KT-26792#focus=streamItem-27-3805465.0-0

In 1.3.60, the run test icons now show up again!

However, running the test in a multi-module project only works for the first listed module in the Project view. And, even though the selected test results show up as 'passed' in the IDE (e.g., Tests passed: 1 of 1 test - 964 ms), the overall test result still lists 'Failed'. A FAILURE is logged for jvmTest, stating "No tests found for given includes: ...."

In order for the generated --tests com.some.specific.namespace.TestClass.some_test argument to work, the correct Gradle project needs to be selected, but by default the main gradle module is selected, which is why I believe it only runs tests correctly on the first listed module in the project.

from carp.core-kotlin.

Whathecode avatar Whathecode commented on May 24, 2024

Tried this with the latest IntelliJ plugin (1.3.71-release-IJ2019.3-1) and this seems to work now.

from carp.core-kotlin.

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.