This is a test repository, used to introduce myself to Git and Github.
This README file supports Markdown syntax and so I can create section headers using the '#' symbol followed by a title, on its own line.
This repository should contain the following folders/files:
- data
- fcopy.py
- test_fcopy.py
The
datafolder contains sample data files that can be read or written by my application. Thetest_fcopy.pyfile contains all the tests. Thefcopy.pyfile contains the main python application.