mirror of
https://ghproxy.net/https://github.com/fairpm/planet.git
synced 2026-07-22 12:17:20 +08:00
8 lines
207 B
Python
8 lines
207 B
Python
#!/usr/bin/env python
|
|
|
|
from test_config_csv import ConfigCsvTest
|
|
from planet import config
|
|
|
|
class SubConfigTest(ConfigCsvTest):
|
|
def setUp(self):
|
|
config.load('tests/data/config/rlist-config.ini')
|