Doctest in Sphinx Write Up
Find test differential and test modules not included in execution of
$ PWNLIB_NOTERM=1 make clean doctest
Sphinx = 941 vs 967 => difference of 26 tests.
Comparison of the Sphinx results to Pwntools Library resulted in the following list of unreported tests.
About
Atexception
Commandline
Dynelf
Elf
Environment.pickle
Exception
Index
Install
Log
Replacements
Term
UI
Tubes/Serial
Util/Net
Util/Hashes
Install/Binutils
Install/Headers
Shellcraft/Common
Getting Sphinx to execute the previous list of tests
Current efforts of first finding the files lead me to
/binjitsu/pwnlib which contain .py and .pyc
/binjitsu/docs/source which contain .rst
/binjitsu/docs/build/doctree which contain .doctree
Attempt to include missing test include
sphinx-quickstart with --ext-doctest extension
sphinx-build
sys.path update to include '/binjitsu/pwnlib'
all of which have yet to yield the desired results.
Doctest in Sphinx Write Up
Find test differential and test modules not included in execution of
$ PWNLIB_NOTERM=1 make clean doctest
Sphinx = 941 vs 967 => difference of 26 tests.
Comparison of the Sphinx results to Pwntools Library resulted in the following list of unreported tests.
About
Atexception
Commandline
Dynelf
Elf
Environment.pickle
Exception
Index
Install
Log
Replacements
Term
UI
Tubes/Serial
Util/Net
Util/Hashes
Install/Binutils
Install/Headers
Shellcraft/Common
Getting Sphinx to execute the previous list of tests
Current efforts of first finding the files lead me to
/binjitsu/pwnlib which contain .py and .pyc
/binjitsu/docs/source which contain .rst
/binjitsu/docs/build/doctree which contain .doctree
Attempt to include missing test include
sphinx-quickstart with --ext-doctest extension
sphinx-build
sys.path update to include '/binjitsu/pwnlib'
all of which have yet to yield the desired results.