Skip to content

JATR is the acronynm for "Just Another Test Runner".This test runner accomodates the concept of soft assert ie complete execution of test even if one of the assertion of the tests fails and at the end raises the exception

jags14385/JATR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Runner in Python.

Dependencies::

> Python

Guidelines::

> TestCases and corresponding Fixtures should be in the same .py file or module
> TestCases should end in Tests eg "AssertTests"
> The corresponding Fixtures should end in "Fixtures" eg  "AssertFixture"

ToDo ::

> Make the above configurable
> Make the assertion configurable ie  Soft or Hard
> Port all the assert functionalities
> Exception Handling
> Parametrization

About

JATR is the acronynm for "Just Another Test Runner".This test runner accomodates the concept of soft assert ie complete execution of test even if one of the assertion of the tests fails and at the end raises the exception

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages