🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

node-autotester

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

node-autotester

An auto tester built with node.js

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Node Auto Tester

An auto tester built with node.js

Notice: Now just for native testing, NOT USE IT in your project please.

Notice: Now Only g++ available, and consider other build tools later.

Contribution

Please fork and pull request to GitHub.

dependencies

  • g++ compiler (GNU G++)

  • node.js

Install

Install this package in global.

$ npm install --global node-autotester 

And then you can test if it was installed successfully:

$ autotester help

Usage

create a coding workspace first

$ autotester create my_test

change directory:

$ cd my_test

edit your code in directory src

|- src
    |- testing.cpp      # Your code to be tested.
    |- stardard.cpp     # The Standard Code. Ensure its reliablity please.
    |- generator.cpp    # The program to generate random testing data.

and then run command below to run tester:

$ autotester seek 

Or you can specify a max seek times:

$ autotester seek 1000

And then, the command line will BLOCK, waiting for your update of source code.

It will watch your changes and auto rebuild & retest using the old data.

The data are stored in directory data.

We use default configuration to run test, if you have other requirements, please contact me(zccz14@outlook.com).

Keywords

auto-test

FAQs

Package last updated on 28 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts