| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | switch to relative import for nanonameservernanonameserver | Bob Halley | 2020-06-01 | 1 | -1/+1 |
| | | |||||
| * | add nanonamserver, a handy testing tool | Bob Halley | 2020-05-31 | 1 | -4/+49 |
| | | |||||
| * | test cache hit with live resolver | Bob Halley | 2020-05-29 | 1 | -0/+10 |
| | | |||||
| * | a bit more cache coverage | Bob Halley | 2020-05-28 | 1 | -0/+55 |
| | | |||||
| * | only do multiple I/O backend testing for live tests, as testing everything 3 ↵ | Bob Halley | 2020-05-28 | 1 | -67/+71 |
| | | | | | times is pointless work | ||||
| * | add one more live resolver test (for NXDOMAIN) | Bob Halley | 2020-05-28 | 1 | -0/+9 |
| | | |||||
| * | tests: resolver Nodata answers | Petr Špaček | 2020-05-28 | 1 | -0/+18 |
| | | |||||
| * | further tighten resolve() default settings | Bob Halley | 2020-05-27 | 1 | -2/+2 |
| | | |||||
| * | add some basic resolution testing | Bob Halley | 2020-05-21 | 1 | -0/+13 |
| | | |||||
| * | move raise_on_no_error out of Answer | Bob Halley | 2020-05-19 | 1 | -1/+1 |
| | | |||||
| * | Allow resolver-level control over the defaulting of search (default False). | Bob Halley | 2020-05-15 | 1 | -1/+17 |
| | | |||||
| * | Add resolver resolve(), deprecate query(). | Bob Halley | 2020-05-15 | 1 | -0/+19 |
| | | |||||
| * | tests for reading resolvconf options | kimbo | 2020-04-02 | 1 | -0/+15 |
| | | |||||
| * | Improve assertion checking. | Brian Wellington | 2020-03-18 | 1 | -27/+28 |
| | | | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y). | ||||
| * | only allow Resolver.nameservers to be a list | kimbo | 2020-01-06 | 1 | -11/+1 |
| | | |||||
| * | change nameserver to nameservers | kimbo | 2019-12-30 | 1 | -4/+4 |
| | | |||||
| * | added empty list nameservers assignment test | kimbo | 2019-12-30 | 1 | -0/+5 |
| | | |||||
| * | make sure Resolver.nameservers is a list or str | kimbo | 2019-12-26 | 1 | -0/+23 |
| | | | | | | validate if assignment of Resolver.nameservers is a list, a str (in which case it will be converted to a list), or None | ||||
| * | TST: fix failUnlessRaises -> assertRaises deprecation | Thomas A Caswell | 2019-10-30 | 1 | -3/+3 |
| | | | | | failUnlessRaises was deprecated in py31 | ||||
| * | TST: fix unittest deprecation | Thomas A Caswell | 2019-10-30 | 1 | -11/+11 |
| | | | | | failUnless was deprecated in py31 | ||||
| * | Remove _compat module. | Bob Halley | 2018-12-09 | 1 | -25/+6 |
| | | |||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -6/+3 |
| | | |||||
| * | Unify PY2/3 detection | Martin | 2017-07-19 | 1 | -8/+7 |
| | | | | | | | dns._compat module contains constants PY2 and PY3 which should be used for detection of python version, to have only one method and avoid duplications | ||||
| * | pylint disable: keep disabled block as small as possible | Martin | 2017-07-15 | 1 | -1/+7 |
| | | |||||
| * | Fix more latest pylint warnings. | Bob Halley | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | bump copyright | Bob Halley | 2017-01-09 | 1 | -1/+1 |
| | | |||||
| * | Raise IndexError in Answer get and delete if rrset is None. | Bob Halley | 2017-01-09 | 1 | -0/+20 |
| | | | | | | Thanks to mschwager for reporting this. [Issue #226]. | ||||
| * | Merge pull request #202 from m3047/master | Bob Halley | 2016-09-19 | 1 | -0/+17 |
| |\ | | | | | DWIMmmy | ||||
| | * | Try to shut up Travis. | Fred Morris | 2016-09-18 | 1 | -1/+1 |
| | | | |||||
| | * | Tests for empty answers | Fred Morris | 2016-09-17 | 1 | -0/+17 |
| | | | |||||
| * | | Pylint: remove unused variables | Martin | 2016-08-31 | 1 | -2/+1 |
| |/ | | | | This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking) | ||||
| * | Pylint: make pylint happy with exceptions | Martin | 2016-08-03 | 1 | -4/+4 |
| | | |||||
| * | Fix parent definition of BaseResolverTests class | Martin | 2016-08-03 | 1 | -1/+2 |
| | | | | | | | This class needs to have parent 'unittest.TestCase' otherwise test is not executed. With this commit, BaseResolverTests are executed (number of tests increased, yay) | ||||
| * | Pylint: tests: disable check broad-except locally in resolver test | Martin | 2016-07-02 | 1 | -0/+3 |
| | | |||||
| * | Pylint: tests: fix multiple statements on line | Martin | 2016-07-02 | 1 | -6/+12 |
| | | |||||
| * | Pylint: tests: Fix whitespace errors | Martin | 2016-07-02 | 1 | -5/+5 |
| | | |||||
| * | Pylint: tests: fix reimports | Martin | 2016-07-02 | 1 | -1/+0 |
| | | |||||
| * | Pass partial answer when raising DNSException, added unit tests | Claudio Luck | 2016-06-13 | 1 | -0/+178 |
| | | |||||
| * | Automatically skip tests that require Internet access if it is not available | Scott Kitterman | 2016-05-28 | 1 | -0/+12 |
| | | | | | | Add code in tests/test_resolver.py to check if dnspython.org can be looked up by socket.gethostbyname as a test of Internet reachability Skip tests requiring Internet access (testZoneForName1, testZoneForName2, and testZoneForName3) if it is not available | ||||
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -3/+4 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | Adds tox and coverage.py | Arthur Gautier | 2016-04-21 | 1 | -1/+4 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | overhaul test system | Bob Halley | 2014-05-31 | 1 | -0/+184 |
