-
Notifications
You must be signed in to change notification settings - Fork 61
Unit Testing #176
Comments
/start |
@sweetapplepumpkinpie The time limit for this bounty is on Thu, 15 Jun 2023 03:09:45 GMT Your currently set address is: |
Good luck @sweetapplepumpkinpie I have a feeling that this one might be quite complicated. |
Thanks @pavlovcik. will complete this asap |
Sorry for the late start. I just thought that I would continue after the last issue is closed. |
The purpose of this bounty is more to set up a foundation so they can be just a few simple ones. |
/start |
Tips:
|
let's work on it!! great @pavlovcik any particular reason why we want a meta dockerized unit testing?, is this for seamlessly local dev testing? (just for the thoughts here, i will handle it anyway) |
It's a best guess on how to closely match the GitHub actions runner environment. I did a small bit of research before and found that there are docker containers specifically to act like a GitHub Action runner. Do you have any other suggestions? Maybe @rndquu might have some ideas. |
Let's clear the terminology:
This issue implies setting up a foundation for unit testing, i.e.:
At later steps, when we are about to implement integration tests, we could consider using docker for simulating github environment. Perhaps there are better ways for implementing integration tests. |
Okay so let's remove Docker from the spec and just run |
Permit generation skipped because the issue was not closed as completed If you've enjoyed your experience in the DevPool, we'd appreciate your support. Follow Ubiquity on GitHub and star this repo. Your endorsement means the world to us and helps us grow!We are excited to announce that the DevPool and UbiquiBot are now available to partners! Our ideal collaborators are globally distributed crypto-native organizations, who actively work on open source on GitHub, and excel in research & development. If you can introduce us to the repository maintainers in these types of companies, we have a special bonus in store for you! |
We should set up basic unit tests and iterate towards more sophisticated ones.
package.json
that runs unit testsThe text was updated successfully, but these errors were encountered: