codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
8 stars 25 forks source link

Research Pyodide testing framework #1

Open jkwan2011 opened 1 year ago

TheCarton commented 1 year ago

I have no previous experience with Pyodide, but there is a default testing suite in their documentation: https://pyodide.org/en/stable/development/testing.html

thadk commented 1 year ago

Thanks all: I think using regular PyTest run with Github Actions on PR's might be okay too for the engine unit testing. For integration testing we'll probably need to run tests in a javascript testing framework with Pyodide.

mciethan commented 10 months ago

Removing the rules-engine tag. The rules engine has set up its unit testing framework (#59 ) and it sounds like integration testing will be handled in javascript.