Nikhil1912 / CSC510-HW_37

MIT License
2 stars 3 forks source link

GIT-65 Fixed the bignum test #72

Closed abidnazirisami closed 2 years ago

abidnazirisami commented 2 years ago
abidnazirisami commented 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