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
By analyzing code coverage, hypertest runs only the tests affected by a code change. Run tests in the background while coding, and get immediate live feedback (<250ms).
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 # go test support mkdir -p $GOPATH/src/github.com/nabaz-io cd $GOPATH/src/github.com/nabaz-io git clone https://github.com/nabaz-io/go cd go/src ./make.bash mv $GOPATH/src/github.com/nabaz-io/go /usr/local/nabaz-go # pytest support pip3 install pytest pytest-cov pytest-json pytest-json-report pytest-metadata pydantic # Verify install $ nabaz version version 0.0
🐧
Linux (Ubuntu) > /etc/apt/sources.list
sudo apt update
sudo apt install -y nabaz” dir=”auto”>
sudo apt update
sudo apt install -y nabaz” dir=”auto”>
# Ubuntu
wget -qO- https://nabaz.jfrog.io/artifactory/api/se