Coder Social home page Coder Social logo

Comments (5)

mmahalwy avatar mmahalwy commented on August 16, 2024

I am experiencing this too. Any luck?

from ember-test-helpers.

amk221 avatar amk221 commented on August 16, 2024

Life is better using component integration tests, but I still think this is an issue

from ember-test-helpers.

mmahalwy avatar mmahalwy commented on August 16, 2024

Yeah, I need to switch our tests to integration tests...

from ember-test-helpers.

bendemboski avatar bendemboski commented on August 16, 2024

I definitely think this is worth addressing. Integration tests and unit tests are different things, and unit tests not actually simulating the running conditions of components is problematic.

Unit tests are great for white-box testing components -- trigger an action or set a property, and make sure that a computed property updated properly, or that another action was triggered or something. For the same reason that you don't always want to test your application by interacting only with the DOM (i.e. acceptance tests), you don't always want to test your components by interacting only with the DOM (i.e. integration tests). In both cases you sometimes was unit tests.

So why not just write unit tests as integration tests? Well, you can't without some serious hackery because integration tests don't give you access to the component object (this.subject() isn't implemented). But now if you write unit tests, the choice is between making sure that they don't depend on any of the lifecycle hooks or, worse yet, on the attrs hash, or you have to mock that all up yourself :(

from ember-test-helpers.

rwjblue avatar rwjblue commented on August 16, 2024

I believe that this should work properly now with the new ember-qunit APIs. Happy to reopen if I am mistaken...

from ember-test-helpers.

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.