Skip to content

float1251/rinpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rinpy

rinpy is BDD Test Framework for python. inspired mocha.

Currently Under Development.

Sample

from rin import describe, it


@describe("A")
class TestA:

    @it("hello return  Hello")
    def test(self):
        assert "Hello" == hello()

    @it("world return World")
    def it(self):
        assert "World" == world()

About

BDD Test Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages