Browse Source

commit

test
jshixiong 1 year ago
parent
commit
f6b245cf7c
4 changed files with 9 additions and 4 deletions
  1. +3
    -3
      .drone.yml
  2. +4
    -0
      .gitignore
  3. +2
    -1
      run_excel_re.py
  4. BIN
      test_Report/20230228-result.xls

+ 3
- 3
.drone.yml View File

@@ -1,9 +1,9 @@
kind: pipeline
type: docker
name: first
platform:
os: linux
arch: arm64
#platform:
# os: linux
# arch: arm64
steps:
- name: pip


+ 4
- 0
.gitignore View File

@@ -0,0 +1,4 @@
.idea
test_Report/test-result.xls
./result.txt
log

+ 2
- 1
run_excel_re.py View File

@@ -13,7 +13,8 @@ from Public.create_report import save_result

def start():
starttime = datetime.datetime.now()
mtime = datetime.datetime.now().strftime("%Y%m%d")
# mtime = datetime.datetime.now().strftime("%Y%m%d")
mtime = "test"
basdir = os.path.abspath(os.path.dirname(__file__))

path = os.path.join(os.path.join(os.getcwd(), 'test_case_data'), 'case.xlsx')


BIN
test_Report/20230228-result.xls View File


Loading…
Cancel
Save