- 18 Dec, 2012 1 commit
-
-
JINMEI Tatuya authored
also left comments on this for this test and python datasrc test for reference for others
-
- 15 Dec, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 14 Dec, 2012 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 23 Oct, 2012 1 commit
-
-
Mukund Sivaraman authored
This reverts commit e6ba20b0, reversing changes made to c9ba8373.
-
- 21 Oct, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 18 Jun, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 27 Sep, 2011 1 commit
-
-
Jelte Jansen authored
-
- 14 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
test's Makefile.am (usual MacOS nit); made sure PY_SSIZE_T_CLEAN is defined when 'y#' is used with PyArg_ParseTuple. For the latter, see http://docs.python.org/py3k/c-api/arg.html#strings-and-buffers
-
- 09 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
for python logging message scripts.
-
- 26 Jun, 2011 1 commit
-
-
Jelte Jansen authored
also do a few fixes and address a couple of comments; - made getRelatedLoggers public (so we can test it) - use set instead of vector - don't allow '*foo' etc. - added tests - added tests for the cfgmgr b10logging plugin
-
- 21 Jun, 2011 1 commit
-
-
Jelte Jansen authored
Probably due to the python ccsession code now needing the log library, nearly every python test failed without that workaround, so a lot of makefiles needed that same workaround
-
- 13 May, 2011 1 commit
-
-
JINMEI Tatuya authored
libraries for MacOS X. trivial, and okayed on jabber.
-
- 12 May, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 11 May, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 18 Apr, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 08 Apr, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 12 Nov, 2010 1 commit
-
-
Jeremy C. Reed authored
For loadzone tests, don't use "python" variable names. In configure be able to set path of pycoverage too. And report it at end of configure. Add make targets: clean-cpp-coverage (was clean-coverage) clean-python-coverage report-cpp-coverage (was report-coverage) report-python-coverage (this creates ./py-coverage-html directory) Now generic make targets for these do both. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@3510 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Oct, 2010 1 commit
-
-
Jeremy C. Reed authored
coverage (if enabled). Still to do... do make target to generate reports. Coverage report: 62% git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@3144 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Aug, 2010 1 commit
-
-
Jeremy C. Reed authored
Also add some comments. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac316@2771 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Jun, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2146 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Jun, 2010 1 commit
-
-
Jelte Jansen authored
moved a little bit of code into a main() function (instead of calling it directly), for easier testing module magic happening in the test. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac238@2127 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Jun, 2010 1 commit
-
-
Jelte Jansen authored
add an isc_config.py 'module' for paths and possibly other configure-time variables (currently only BIND10_MSGQ_SOCKET_FILE, and currently only used in lib/python/isc/cc/session.py) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac223@2049 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Apr, 2010 3 commits
-
-
Jeremy C. Reed authored
For xfrin, make sure EXTRA_DIST is defined outside of the HAVE_BOOST_PYTHON check. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1760 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
I have another commit coming up to fix PYTHONPATH paths. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1759 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Moved msgq tests to own directory. Added targets for all known python unittests. Note this is for those that use the unittest module. Other tests are ignored for now. These tests are ran using "make check" even if not built with gtest. Some of these tests fail. I will comment them out in later commit. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1753 e5f2f494-b856-4b98-b285-d166d9295462
-