Skip to content

AhmedHanafy725/zrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZRunner

It's a testing framework and test runner.

Installation

poetry install

Configure Tests

test files and test functions should include the word test.

Helpers

before

This method runs before each test.

after

This method runs after each test.

before_all

This method runs once before running the tests.

after_all

This method runs once after running the tests.

Run Tests

poetry shell
zrunner <tests path>

Check zrunner --help for more running options

Run Summary

summary

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages