Tell us what’s happening:
I’ve almost completed my imperial metric converter project, in fact as far as I can tell it is working properly, but I am not passing the fraction test (even though I can input a fraction and get the correct answer)
My other issue is that I think the functional tests should be passing just fine, but the assignment page says otherwise. I have not really worked on the unit tests, as it doesn’t appear that either are running in the first place.
I managed to finish all the tests, but I’m now running into the issue of the fraction part passing. Although it functions correctly, the user story “I can use fractions, decimals or both in my parameter(ie. 5, 1/2, 2.5/6), but if nothing is provided it will default to 1.” will not pass.