Loading docs/writing_tests.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line There are two modes of writing tests. The first kind of mechanism relied of writing a test that uses blocking code and each instance of it is run inside of a separate thread. Beware that your blocking code must be thread safe to run properly (as is obvious :P) The other menthod invloves having some knowledge about twisted. The test you will write will be written in twisted and should implement async style non blocking architecture. It is recommended that tests are written using the second pattern and the first should only be used for runnign tests that have been previously written. install.txtdeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line install libdnet-1.12 sudo pip install pylibpcap sudo pip install pcapy sudo pip install scapy old/AUTHORS→old-to-be-ported-code/AUTHORS +0 −0 File moved. View file old/CHANGES.yaml→old-to-be-ported-code/CHANGES.yaml +0 −0 File moved. View file old/HACKING→old-to-be-ported-code/HACKING +0 −0 File moved. View file Loading
docs/writing_tests.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line There are two modes of writing tests. The first kind of mechanism relied of writing a test that uses blocking code and each instance of it is run inside of a separate thread. Beware that your blocking code must be thread safe to run properly (as is obvious :P) The other menthod invloves having some knowledge about twisted. The test you will write will be written in twisted and should implement async style non blocking architecture. It is recommended that tests are written using the second pattern and the first should only be used for runnign tests that have been previously written.
install.txtdeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line install libdnet-1.12 sudo pip install pylibpcap sudo pip install pcapy sudo pip install scapy