Git Product home page Git Product logo

Comments (4)

mity avatar mity commented on May 26, 2024 1

TEST_FINI is only executed once per suite

No. TEST_INIT and TEST_FINI are excuted for every running unit test. But it's always the same code. You cannot specify different cleanups for every tests.

from acutest.

mity avatar mity commented on May 26, 2024 1

Not sure, what else to do, so closing.

from acutest.

mity avatar mity commented on May 26, 2024

Thanks for the report.

I've just improved TEST_FINI machinery to be honored even when TEST_ASSERT is used and fails. (It seems it was not when the test as executed as a child process.)

However from your report I'm not really sure whether that's what you're asking for: TEST_INIT and TEST_FINI allows the suite to provide only a common initializer and cleaner respectively shared by all the unit tests implemented in the suite.

To allow a per-unit specific cleanup code would require to add a new API for it and I'm not sure how that could look like or whether it wouldn't be too cumbersome to use. But feel free to argue with me and propose something if that's what you need.

from acutest.

rweickelt avatar rweickelt commented on May 26, 2024

Thanks for fixing TEST_FINI so quickly. You are of course right. TEST_FINI is only executed once per suite while my code example above is about cleanup per testcase which is something else.

I've used acutest for the first time and if my testsuite would have had more than 1 testcase, then I would have noticed my mistake immediately. Per-testcase init/fini handlers are out of scope of this ticket and I agree with you that it would probably just complicate the API.

Thanks again.

from acutest.

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.