This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Is there a way to use Pytest with distest? #61
Unanswered
NabeelUppel
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Yea to travis, no to pytest (yet). Pytest plugin integration is the next thing on the to-do list, but it probably won't happen until summer because I have no time with school. However tho, take a look at the bash scripts in the root of the repo, I used to use those to test the bot on Travis before I moved it to GitHub actions. You can also look at the .github golfer for an example of the tests being run in actions. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to test my bot on travis ci by using your library. Is there anyway to use them together?
Beta Was this translation helpful? Give feedback.
All reactions