CenterForTheBuiltEnvironment / pythermalcomfort

Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.
https://pythermalcomfort.readthedocs.io/en/latest/
MIT License
145 stars 52 forks source link

The question of test result markdown table #122

Open TwinGan opened 2 months ago

TwinGan commented 2 months ago

Hi Dr.Federico

I have implemented a simple Python script to generate a markdown table according to the tox log. The table looks like this:

Test File Result
test_a_pmv.py PASSED
test_adaptive_ashrae.py PASSED
test_adaptive_en.py PASSED
test_ankle_draft.py PASSED
test_at.py PASSED
test_athb.py PASSED
test_clo_tout.py PASSED
test_cooling_effect.py PASSED
test_discomfort_index.py PASSED
test_e_pmv.py PASSED
test_heat_index.py PASSED
test_humidex.py PASSED
test_jos3.py PASSED
test_net.py PASSED
test_pet_steady.py PASSED
test_phs.py PASSED
test_pmv.py PASSED
test_pmv_ppd.py PASSED
test_psychrometrics.py PASSED
test_pythermalcomfort.py PASSED
test_set.py PASSED
test_solar_gain.py PASSED
test_two_nodes.py PASSED
test_use_fans_heatwaves.py PASSED
test_utci.py PASSED
test_utilities.py PASSED
test_vertical_tmp_grad_ppd.py PASSED
test_wbgt.py PASSED
test_wind_chill.py PASSED

The original outputs are like the following figure image

Is it ok? If it is appropriate, I may add the function of adding this table to README file in scripts

FedericoTartarini commented 2 months ago