Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

7 righe
165 B

3 anni fa
  1. from fe.bench.run import run_bench
  2. def test_bench():
  3. try:
  4. run_bench()
  5. except Exception as e:
  6. assert 200==100,"test_bench过程出现异常"