single_test.go 125 B

123456789
  1. package spider
  2. import (
  3. "testing"
  4. )
  5. func TestCheck(t *testing.T) {
  6. CreateSpider("../res/single/spider_zxzbjt.lua", "")
  7. }