feat: config variables support parsing from function

This commit is contained in:
debugtalk
2019-09-19 00:22:18 +08:00
parent df1453743a
commit fc9a44ce09
7 changed files with 78 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import os
import re
import time
import unittest
@@ -561,7 +560,6 @@ class TestParserBasic(unittest.TestCase):
)
def test_parse_data_functions(self):
import random, string
functions_mapping = {
"gen_random_string": gen_random_string
}