Message 1 of 3
How to run tests for an Add-in using pytest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on a fusion 360 add-in as the final project of the CS50 Python course. One of the project requirements is that it must have 3 functions that can be tested using pytest. However, I have know idea on where to start and how to make it work. I don't even know if it is possible.
I would like some guidance about this topic before I dedicate too much time on the project itself.
Thank you!
Additional information:
All the CS50 python course exercices (including the project) are coded and submitted through a github codespace (in the cloud).
Edit: Also, when I import the add-in in the github codespace it shows the error that the adsk.core module fails to be imported. If anyone knows how to solve that it would be useful too.