Posts by Bel Bicalho • 21 points
3 posts
-
1
votes0
answers238
viewsQ: Pytest-mock fixture configuration
I would like to do tests using pytest-mock. I have already run the Pip install pytest-mock command and installed it, but when I run the test below pytest can’t find the fixture. What can be? import…
-
1
votes1
answer399
viewsQ: Error in relative python import
I’m looking to test simple python code using pytest. My hierarchy is as follows:: PythonExamples files mymath.py tests test_mymath.py in test_mymath.py, I import mymath as from ..files import mymath…
-
0
votes1
answer79
viewsQ: How to use an unmanaged DLL in the Microsoft Bot Framework?
I want to make a bot for facebook using Microsoft’s Bot Framework (C#) and also use a tool called Chatscript, which is written in C++. I turned chatscript into a DLL and called it in a console…