mattberjon / asc-cnn

Acoustic Scene Auditory (ASC) using Convolutional Neural Network (CNN)
https://asc-cnn.readthedocs.io/en/latest/
GNU General Public License v2.0
3 stars 1 forks source link

Mocking the config file #31

Open mattberjon opened 7 years ago

mattberjon commented 7 years ago

I wrote few tests to test the reading in the config file. The issue is that the config file is empty at the installation. This will cause a failure is the test suite is ran directly after the installation. This means that the test by itself isn't good and robust enough and should be rewrote and the config file should mocked.