pinghailinfeng
pinghailinfeng
here is my scenario : ``` @pytest.mark.order1 def test_module_A(): print("1.1 test_module_A...") pass @pytest.mark.order2 def test_module_B(): print("1.2 test_module_B...") pass @pytest.mark.order3 def test_module_C(): print("1.2 test_module_C...") pass ``` when I run test with...
os: win10 education python version: 3.7.3 env: conda pyecharts version: 1.6.1 error message: ```python File "E:\code\nCoV-Map\app.py", line 44, in get_overall overall = update_overall() File "E:\code\nCoV-Map\logistic.py", line 25, in update_overall overall_data...
jquery-table2excel plugin is great. but if in one page there are two table ,how can I merge two sheets in one workbook? Thanks!