summaryrefslogtreecommitdiff
path: root/runtests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Do not run asyncio examples under Python < 3.3Ilya Etingof2019-07-301-1/+1
|
* Skip tests requiring broadcast featureIlya Etingof2019-02-251-1/+1
|
* Run asyncio example scripts in testIlya Etingof2019-02-221-2/+6
|
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-121-4/+8
| | | | | | | | | | | | | | | | | | | | * Add `hlapi.v1arch` API Introduce new sub-package `pysnmp.hlapi.v1arch` which wraps otherwise very detailed packet-level SNMP messaging into a handful of convenience functions. As a side effect, the `pysnmp.hlapi.*` sub-packages moved under `pysnmp.hlapi.v3arch` though `pysnmp.hlapi` still exposes `pysnmp.hlappi.v3arch.*` symbols to retain some degree of backward compatibility. The signature of the hlapi `.sendNotification()` call has changed to accept `*varBinds` instead of a sequence of `varBinds`. The rationale is to unify this method call with similar methods of CommandGenerator. * Add v1arch docs and reshuffle hlapi docs
* Ensure tests run through tox are using the expected Python executable (#175)Vincent Bernat2018-07-311-2/+4
| | | Otherwise, they are likely to use the system python.
* reduce tests output by tailing themIlya Etingof2018-06-291-1/+1
|
* pep8 fixesIlya Etingof2016-03-301-3/+3
|
* more fixes to test scriptsIlya Etingof2016-03-121-1/+2
|
* exclude network-specific scriptsIlya Etingof2016-03-121-1/+8
|
* travis addedIlya Etingof2016-03-121-0/+17