index
:
zephyr
master
an institutional/enterprise-scale real-time messaging and notification system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
zephyr_tests.py
Commit message (
Expand
)
Author
Age
*
Further refactor the library locater, and make the doctests use it
Karl Ramm
2009-08-01
*
actually look search for the shared library, and hopefully also find it on
Karl Ramm
2009-08-01
*
Factor the python library stuff out of the test suite and stick
Karl Ramm
2009-07-15
*
Don't assume that we can guess the canonical name of localhost
Karl Ramm
2009-06-20
*
add safety net for non-svn users.
Mark W. Eichin
2009-05-02
*
draft packet tests - using pipe trick turns out not to work, though.
Mark W. Eichin
2009-04-26
*
test that the file descriptor ZGetFD returns is actually a socket
Mark W. Eichin
2009-04-24
*
test ZGetDestAddr
Mark W. Eichin
2009-04-24
*
populate_enum - instantiate the enum values as actual objects
Mark W. Eichin
2009-04-18
*
More i18n infrastructure
Karl Ramm
2009-04-17
*
basic Zcode test
Mark W. Eichin
2009-04-17
*
wrap ZMakeAscii
Mark W. Eichin
2009-04-16
*
Export a new variable, Zauthtype, which indicates what sort of authentication
Karl Ramm
2009-04-14
*
ZOpenPort, ZClosePort
Mark W. Eichin
2009-04-14
*
allow zephyr_run_doctests -v to work
Mark W. Eichin
2009-04-14
*
run the tests from make
Karl Ramm
2009-04-14
*
test ZExpandRealm
Mark W. Eichin
2009-04-10
*
m-x untabify
Mark W. Eichin
2009-04-09
*
move run from ZephyrTestSuite to TestSuite where it belongs (easier to
Mark W. Eichin
2009-04-09
*
discovered by looking at code that uniqueid timestamps are in network
Mark W. Eichin
2009-04-08
*
reworked with a pprint/pformat distinction (mostly to stop propating indent)
Mark W. Eichin
2009-04-07
*
allow a class to override the display of individual fields; since this
Mark W. Eichin
2009-04-07
*
ctypes docs say "enums are easy" but don't give any further guidance.
Mark W. Eichin
2009-04-07
*
add type-specific pretty-printers (yay classes)
Mark W. Eichin
2009-04-07
*
generic pretty-printer for ctypes Structures and Unions
Mark W. Eichin
2009-04-07
*
allow callers to specify the installed shared lib
Mark W. Eichin
2009-04-07
*
split libzephyr wrappers apart from the tests; eventually they'll
Mark W. Eichin
2009-04-07
*
fix keywords magic (by changing Id to Id: which won't be visible in the diff)
Mark W. Eichin
2009-04-06
*
unit tests for libzephyr.
Mark W. Eichin
2009-04-06