Giter VIP home page Giter VIP logo

Comments (5)

bentsherman avatar bentsherman commented on August 29, 2024

All data and analytic objects (except for extract) have basic unit tests. Things that remain:

  • test clustering, correlation algorithms, outlier removal
  • verify output data for all analytic tests
  • test all capabilities (similarity)
  • replace random data with Yeast data where applicable?

from kinc.

bentsherman avatar bentsherman commented on August 29, 2024

I was almost able to upgrade one of my analytic unit tests (ImportExpressionMatrix) to ACE v3, but I can't find a way to run analytics synchronously because QTimer calls don't work in the unit tests.

From some further research, I think the best course will be to follow Qt's suggested paradigm and split each test class into a separate executable and use QTEST_MAIN so that QTimer calls work. The alternative is to manually create a QApplication or QEventLoop but that route isn't immediately obvious to me.

from kinc.

bentsherman avatar bentsherman commented on August 29, 2024

Best practices for Qt unit testing: https://wiki.qt.io/Writing_Unit_Tests

from kinc.

spficklin avatar spficklin commented on August 29, 2024

@bentsherman is this something being actively worked on or should we close it out to keep issues we don't have time for and want to deal with later out of the queue.

from kinc.

bentsherman avatar bentsherman commented on August 29, 2024

This issue is complementary to #96. At some point it would be nice if someone could address the issues I've raised here about the Qt unit tests. But honestly doing #96 would be more useful. So I will follow suit with @spficklin and label this as something for the future.

from kinc.

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.