summaryrefslogtreecommitdiff
path: root/lib/zephyr_tests.py
Commit message (Expand)AuthorAge
* rename zephyr python modules to zephyr_ctypesGravatar Karl Ramm2013-09-28
* Further refactor the library locater, and make the doctests use itGravatar Karl Ramm2009-08-01
* actually look search for the shared library, and hopefully also find it onGravatar Karl Ramm2009-08-01
* Factor the python library stuff out of the test suite and stickGravatar Karl Ramm2009-07-15
* Don't assume that we can guess the canonical name of localhostGravatar Karl Ramm2009-06-20
* add safety net for non-svn users.Gravatar Mark W. Eichin2009-05-02
* draft packet tests - using pipe trick turns out not to work, though.Gravatar Mark W. Eichin2009-04-26
* test that the file descriptor ZGetFD returns is actually a socketGravatar Mark W. Eichin2009-04-24
* test ZGetDestAddrGravatar Mark W. Eichin2009-04-24
* populate_enum - instantiate the enum values as actual objectsGravatar Mark W. Eichin2009-04-18
* More i18n infrastructureGravatar Karl Ramm2009-04-17
* basic Zcode testGravatar Mark W. Eichin2009-04-17
* wrap ZMakeAsciiGravatar Mark W. Eichin2009-04-16
* Export a new variable, Zauthtype, which indicates what sort of authenticationGravatar Karl Ramm2009-04-14
* ZOpenPort, ZClosePortGravatar Mark W. Eichin2009-04-14
* allow zephyr_run_doctests -v to workGravatar Mark W. Eichin2009-04-14
* run the tests from makeGravatar Karl Ramm2009-04-14
* test ZExpandRealmGravatar Mark W. Eichin2009-04-10
* m-x untabifyGravatar Mark W. Eichin2009-04-09
* move run from ZephyrTestSuite to TestSuite where it belongs (easier toGravatar Mark W. Eichin2009-04-09
* discovered by looking at code that uniqueid timestamps are in networkGravatar Mark W. Eichin2009-04-08
* reworked with a pprint/pformat distinction (mostly to stop propating indent)Gravatar Mark W. Eichin2009-04-07
* allow a class to override the display of individual fields; since thisGravatar Mark W. Eichin2009-04-07
* ctypes docs say "enums are easy" but don't give any further guidance.Gravatar Mark W. Eichin2009-04-07
* add type-specific pretty-printers (yay classes)Gravatar Mark W. Eichin2009-04-07
* generic pretty-printer for ctypes Structures and UnionsGravatar Mark W. Eichin2009-04-07
* allow callers to specify the installed shared libGravatar Mark W. Eichin2009-04-07
* split libzephyr wrappers apart from the tests; eventually they'llGravatar Mark W. Eichin2009-04-07
* fix keywords magic (by changing Id to Id: which won't be visible in the diff)Gravatar Mark W. Eichin2009-04-06
* unit tests for libzephyr.Gravatar Mark W. Eichin2009-04-06