Skip to content
forked from v4zha/V-tester

A Testing Framework to Generate and Validate Unit Tests

Notifications You must be signed in to change notification settings

bas1lbabu/V-tester

 
 

Repository files navigation

VTester

VTester is a testing Appilcation that can be used to write and evaluate Unit tests.
Currently supported languages are C and Python. Tests are written in VazhaScript DSL.

v4zha v4zha v4zha v4zha v4zha



Current Features

  • Tauri GUI with React-ts frontend
  • Run and evaluate unit Tests
  • Write tests in VazhaScript DLS , provide test info, compiler info (currently supported : GCC ,Clang),add tests.
  • Run test locally and evaluate result.

Installation

  • clone the repo

Run the package in testing

cargo test

Build Dev package

yarn tauri dev

Build binary

yarn tauri build

To-dos

  • Integrate with server,fetch and evaluate remote tests.
  • Add Authentication .
  • Inprove UI.
  • Improve VazhaScript syntax.
  • Result Dashboard.
  • Add Docker support.
  • Add TUI support : ) .

About

A Testing Framework to Generate and Validate Unit Tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 92.7%
  • TypeScript 5.4%
  • CSS 1.2%
  • Other 0.7%