Giter Club home page Giter Club logo

Comments (4)

LukasKalbertodt avatar LukasKalbertodt commented on July 23, 2024

Hi! How exactly do you think mimic would do that? We could pass a setup and a teardown function to run_tests but... you could also just call those two funtions before and after the call to run_tests. So one wouldn't gain anything by that.

Or you are talking about running setup before each test and teardown after each test. This is different, but can also already achieve easily today with mimic: in the closure run_test you pass to run_tests you can easily call those two functions.

So I'm not sure how or if mimic can even help here :/

from libtest-mimic.

dogweather avatar dogweather commented on July 23, 2024

Ok, I think I better understand what libtest-mimic actually delivers; everything except the test runner. :-)

Yeah, I'm looking for a way to do before-all setup and before-all teardown, around the integration tests. It turns out, this is pretty hard to accomplish, and not built in. Maybe I could achieve it by calling libtest to do the actual test-runner work.

from libtest-mimic.

LukasKalbertodt avatar LukasKalbertodt commented on July 23, 2024

That might indeed work. But I really don't know stuff about how to manually run #[test] tests. So I guess I can't help you there :/

from libtest-mimic.

LukasKalbertodt avatar LukasKalbertodt commented on July 23, 2024

I think there is nothing to do here anymore. So I'm closing this for now.

from libtest-mimic.

Related Issues (18)

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.