-
Updated
Aug 24, 2020 - Python
bot-framework
Here are 715 public repositories matching this topic...
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 21, 2020 - Python
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 25, 2020 - C#
-
Updated
Jun 21, 2020
-
Updated
Jun 5, 2019 - Python
-
Updated
Jul 19, 2020 - C++
-
Updated
Aug 22, 2020 - PHP
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Aug 18, 2020 - Java
Hello!
Thanks for awesome library.
I am trying to write tests for my bot, and not sure how to do it right. I've searched the docs but found nothing.
Do you have some examples?
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 3, 2018 - Elixir
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 24, 2020 - C#
-
Updated
Aug 14, 2020 - Python
Our existing test suite has been written with the Python unittest framework. However, as the test suite has grown and opsdroid has become more complex we are running into issues with the tests. Mainly around setting up and tearing down tests.
The @opsdroid/maintainers team have decided that we want to migrate all tests to be written with the
-
Updated
Jul 16, 2020 - Ruby
-
Updated
Jul 28, 2020 - Go
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 24, 2020 - Python
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
May 3, 2020 - PowerShell
-
Updated
May 22, 2020 - JavaScript
-
Updated
Aug 7, 2020 - TypeScript
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Sep 25, 2019 - JavaScript
Improve this page
Add a description, image, and links to the bot-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bot-framework topic, visit your repo's landing page and select "manage topics."
Description:
I noticed the
typesAndWaitsuses thesleepmethod, but this only allows you to sleep whole seconds.Wouldn't it be better to use
usleep, so we can sleep for 2.5 seconds, or 0.5 seconds?I noticed the code moved from the BotMan class to the drivers, but the ch