
Update the .gitreview file for the new project name. Add skeleton docs, setup, and testing. Most of this boilerplate has been copied from nodepool. In order to make testing easier, the EventProcessor class has been slightly refactored to allow FakeEventProcessor to subclass and mock out the socket object with a Queue.Queue object. Change-Id: I137849a16807b9c56cd6f31de57b2b99506c8219
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
# log_processor uses hacking for its dependencies
|
|
hacking>=0.10.2,<0.11
|
|
coverage
|
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
|
sphinxcontrib-programoutput
|
|
testrepository>=0.0.13
|
|
mock
|