koba-22
Results
1
issues of
koba-22
In the test script, definitions such as config_json are duplicated in BaseTest and conftest.py. I think it's better to organize. actual, def test_init(self, config_json): options = { 'config': self.config_json, The...