Thanks to visit codestin.com
Credit goes to github.com

Skip to content

albertpadin/nabaz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Go Reference License: MIT

The focused test runner

hypertest is an open-source CLI tool designed to help you maintain focus on the current coding subtask, built specifically for the easily distracted.

A better way to run tests
Run tests in the background while coding, results displayed as a live auto-updating todo list.

hypertest

Try it for yourself:

nabaz hypertest --cmdline "pytest -v"

Get Started

From source (Cross-platform) 🧙‍♂️

# Install nabaz binary.
export GOPATH=`go env GOPATH`
go install github.com/nabaz-io/nabaz/cmd/nabaz@latest

# Required for pytest support
pip3 install pytest pytest-cov pytest-json pytest-json-report pytest-metadata pydantic

# Verify install
$ nabaz version
version 0.0

Linux (Ubuntu) 🐧

# Ubuntu
wget -qO- https://nabaz.jfrog.io/artifactory/api/security/keypair/nabazgpg/public | apt-key add -
echo "deb [arch=amd64] https://nabaz.jfrog.io/artifactory/nabaz-debian-local stable main" >> /etc/apt/sources.list
sudo apt update
sudo apt install -y nabaz

Running Tests

pytest

nabaz hypertest --cmdline "pytest -v" .

go test

nabaz hypertest --cmdline "go test ./..."

Language Support

Languages

  • Python 🐍
  • Go
  • Java (Coming soon)
  • .NET/C# (Coming soon)
  • Javascript (TBD)
  • C/C++ (not planned currently)
  • Request here

Frameworks


Building

 go build -o nabaz ./cmd/nabaz

Contact us!

at [email protected].

License

Licensed under the MIT license.

About

Test runner for the easily distracted

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.9%
  • Python 3.9%
  • Makefile 0.2%