Almost all file input-output traces through a few classes:
will.Utils.condor.CondorFile
will.Utils.NamedReader
will.Utils.NamedInputStream
BufferedReader
BufferedWriter
Removing the dependence on file-io means we no longer have to simulate an operating system under the code, and will make this much easier to test.
Almost all file input-output traces through a few classes:
will.Utils.condor.CondorFilewill.Utils.NamedReaderwill.Utils.NamedInputStreamBufferedReaderBufferedWriterRemoving the dependence on file-io means we no longer have to simulate an operating system under the code, and will make this much easier to test.