You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'''
tests/tasks/test_tasks.py:10: in
with description('Refactoring Goodies') as self:
E AttributeError: exit
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
'''
Nothing special on test. Just copy/paste examples here and got the error.
The text was updated successfully, but these errors were encountered:
@megetron are you running your mamba tests with pytest? You should run your tests with the mamba CLI tool. Also, try to name your mamba tests *_spec.py. Files with patterns test_*.py or *_test.py are picked up by unittest or pytest frameworks.
Working with python 2.7 shows me exception:
'''
tests/tasks/test_tasks.py:10: in
with description('Refactoring Goodies') as self:
E AttributeError: exit
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
'''
Nothing special on test. Just copy/paste examples here and got the error.
The text was updated successfully, but these errors were encountered: