Giter Site home page Giter Site logo

Comments (3)

la10736 avatar la10736 commented on July 30, 2024 1

You mean something like #[once] but with a test context instead of static.

Please can you open a new issue with a simple behavior description and provide a simple example where it can be useful.

from rstest.

la10736 avatar la10736 commented on July 30, 2024

I guess that what you really mean here is to build the dependency graph to check a circular reference and raise an explicit error.
This is really hard and need some crappy hacking because procedural macro receive just the annotated function and cannot know anything about the context. Anyway procedural macro are executed before module resolving phase so it is quite impossible to cover all cases on procedural macro expansion.

Last chance can be use a recursive function analysis and show them in your IDE but I didn't find anything about this ... just an open ticket on rust-analyzer rust-lang/rust-analyzer#11407

Unfortunately/Fortunately rust is not python and procedural macro are not function decorators.

If you have some ideas on we can handle this let me know.

from rstest.

oriontvv avatar oriontvv commented on July 30, 2024

Thanks for the feedback!

I guess that what you really mean here is to build the dependency graph to check a circular reference and raise an explicit error.
Hmm. yes, it would nice to have. Got the point about procedural macros.

Then what do you think of about adding something like #[once_test]? This could instantiate the fixture once per single test and reuse it in other fixtures. I think it would solve the issue perfectly and add nice feature from pytest world.

from rstest.

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.