Git Product home page Git Product logo

Comments (3)

kvas-it avatar kvas-it commented on July 30, 2024

So far, tell me if I'm wrong, it's possible to mock function when the script is called as
"inprocess". If it's called as subprocess, it's not possible to mock, afaics.

Yes, you are exactly right. When the script is called as a subprocess we can't mock, because the script is a separate process and the test doesn't have access to its namespaces.

The problem I'm facing right now is that I can't find a way to mock calls to functions internal to the script. Maybe it's just not possible in python.

Here you are right again, but there are ways around it. They are not perfect, but it's something. I replied to you on stackoverflow.

from pytest-console-scripts.

nodje avatar nodje commented on July 30, 2024

Great, you made my day!
Your inprocess run approach is definitely super interesting to be able to blackbox/integration test a script (and thus mocking externalities, which is necessary in most cases)

Actually, I can't see anything else at the moment that would allow mocking function for a python script.

You should def. emphasize it in your Readme/doc

from pytest-console-scripts.

kvas-it avatar kvas-it commented on July 30, 2024

Yeah, I think you are right that ability to mock things inside of scripts is an important feature. I will merge the PR that adds this to the README. Let me know if you see a better way to describe it. Thanks for the proposal and for kind words.

from pytest-console-scripts.

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.