-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace file reading/writing with interprocess queues for tests (#912)
* Replace files with inter-process queues for tests Instead of reading and writing files to communicate between the various processes during testing, use multiprocessing managed queues to send chess objects. This is much simpler than serializing and deserializing text. There is no chance for any test to overwrite communication from a different test. * Update function/method docs * Use non-conditional os.makedirs() function
- Loading branch information
Showing
3 changed files
with
368 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.