Coder Social home page Coder Social logo

Comments (3)

JakeAve avatar JakeAve commented on June 12, 2024

I'm looking at this. Would I need to create multiple test files in the testdata to be able see different outputs for different scenarios? It seems like I would import Spinner into these testdata files, run different options / scenarios, then run those modules via Deno.Command. I just haven't used Deno.Command a lot. I think this would be a first for tests, so that's why I'm checking first.

    const cmd = new Deno.Command(Deno.execPath(), {
      args: [
        "run",
        // this is where I'd run a testdata file cli/testdata/spinner_tests/<scenario-1>.ts
        ...args,
      ],
      stdout: "piped",
      stderr: "piped",
      ...opts,
    });
    const process = cmd.spawn();
    const output = await process.output();
    // assert(outputStuff)

from deno_std.

JakeAve avatar JakeAve commented on June 12, 2024

Here's what I started. It seems like it'll work, but just feels weird: https://github.com/JakeAve/deno_std/tree/cli-spinner-tests

from deno_std.

kt3k avatar kt3k commented on June 12, 2024

done

from deno_std.

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.