Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

AutomatedTester/unittest-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a little project to wrap native asserts in Python into a basic DSL so that you don't need to rely on unittest or any other testing framework. This built to be used with py.test. Documentation can be found here.

Example

from unittestzero import Assert


class TestSomethingCool:

    def test_equals(self):
        Assert.equal(1, 1)

How to run the tests against this frame work

Update your PYTHONPATH to the directory and then its a simple py.test . in the the tests folder

Continuous Integration

Build Status

About

This is a basic assert framework wraps native asserts into a compact DSL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages