This repository contains the following tests.
The file "test_code.py" contains details of the test. It contains 3 unit tests that all fail. Modify the code where indicated to fix the failing tests.
Read the file "csv_question.txt" for more information. Create a script to convert a file to a CSV file. Example input files are included in the folder.
The file "unit_convert.py" contains details of the test. All of the doc tests for the existing function fail. Write the code, using the doc string as a guide, so that the tests pass.