Skip to content

Commit af797a1

Browse files
committed
add test: ss-acl potatso
1 parent 656b373 commit af797a1

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

‎tests/etc/config.ini‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ output = ${GENPAC_TEST_TMP}/dnsmasq.conf
4545
dnsmasq-dns = 127.0.0.1#9553
4646
dnsmasq-ipset = GFWLIST
4747

48+
; shadowsocks acl
49+
[job:ss-acl]
50+
output = ${GENPAC_TEST_TMP}/ss.acl
51+
52+
; potatso
53+
[job:potatso]
54+
output = ${GENPAC_TEST_TMP}/potatso.pcf
55+
4856
; wingy template
4957
[job:wingy]
5058
template = ${GENPAC_TEST_ETC}/wingy-tpl.yaml

‎tox.ini‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ addopts=-s -v --cov=genpac --cov-report=term --cov-report=html
2626
# -p no:randomly
2727

2828
[flake8]
29-
; F401: imported but unused
30-
; F841: assigned but never used
31-
ignore = F401, F841
29+
# E402: module level import not at top of file
30+
# F401: imported but unused
31+
# F841: variable assigned but never used
32+
ignore = E402,F401,F841
3233
exclude =
3334
genpac/publicsuffix,
3435
genpac/pysocks,

0 commit comments

Comments
 (0)