GithubHelp home page GithubHelp logo

jags14385 / jatr Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 332 KB

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

Python 100.00%

jatr's People

Contributors

jags14385 avatar

Watchers

 avatar  avatar  avatar  avatar

jatr's Issues

Report Generation Is Missing

The test Runner doesnot provide reports for a test suite run.It just provides reports saying that a test has passed . if the assertion has failed ,the failed assertion is displayed.

Need to be more refined in the way it is displayed.

REFERENCE_DIR_PATH values leading to exclusion of tests

REFERENCE_DIR_PATH = ['a', 'b','c']

Test source tree looks like

e/a/some_test.py

some_test.py will never get executed.

Source of Error:

_src/runner.py, 35-37:
for each_path in test_path_list:
if each_path not in ref_list:
final_referenced_list.append(each_path)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.