mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Mamba and django

Open ghbrown60640 opened this issue 6 years ago • 2 comments

Has anyone attempted to embed mamba as a test runner in django? I attempted to set test runner to Mamba's BaseRunner class and got 'TypeError: init() got an unexpected keyword argument 'verbosity''

ghbrown60640 avatar Sep 20 '18 22:09 ghbrown60640

HI @ghbrown60640 , could you show the code ? seems missed the settings at the runner.

jsenin avatar Jan 31 '19 07:01 jsenin

Hi! you can try this.

https://github.com/quiqueporta/mamba-django

quiqueporta avatar Jun 10 '20 17:06 quiqueporta