Code Monkey home page Code Monkey logo

Comments (2)

jonathanstowe avatar jonathanstowe commented on July 20, 2024

Well there could be an extension to the META format to specify an image name either in the support object or perhaps in a separate attribute, but I'd be worried that you'd spend all your time testing that rather than testing the module, also you'd end up re-inventing, say, "Github actions" as some of these things are going to be more than simply a docker container: a significant proportion of my modules, for example, install the external dependencies into the container as part of the test setup - otherwise you end up with a hulking great image. There are also those cases where the tests depend on an external service (say a DB server or something,) which may need configuring, starting etc. The complexity begins to stack up.

from ecosystem.

JJ avatar JJ commented on July 20, 2024

As a matter of fact, there's such a thing via the "from" field. Very few are using it, however. Also, there's no easy mapping from that to the actual package that can be installed. WRT to external services (as opposed to dependencies) I would strongly encourage people to mock them if they need to be installed... This is just ecosystem-inclusion testing, not production testing.

from ecosystem.

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.