Closed abidnazirisami closed 2 years ago
Since we were reading from the yml file from every file, the cfg object was in a different state in different file. E.g. the tests.py did not modify the yml file, it just modified the cfg object, but the actual num:add function used a different cfg object (from the num file) that read from the file, ultimately causing the test to fail