assamtest

mocha-style tests for python
git clone https://git.ce9e.org/assamtest.git

commit
92c239ebc338d7cb5ed7bdd8821d2646867a520d
parent
1675c12c9d420e93da50b98230b6d5720636fe5d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-09 11:15
make outcome available in package

Diffstat

M assamtest/__init__.py 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/assamtest/__init__.py b/assamtest/__init__.py

@@ -1,2 +1,3 @@
    1     1 from .test import suite, test, before, before_each, after, after_each
    2     2 from .expect import expect
   -1     3 from .runner import Outcome