2015-03-06 |
Jelmer Vernooij | Fix use of iso8601.Utc. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Set failfast property for test reporters that need it. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Remove 'external' python module support code - use... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Remove bundled but unused mimeparse. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Remove unused bundled python-extras module. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Remove bundled testtools. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Remove bundled subunit. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Remove unnecessary python path updates for bundled... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Support using third party iso8601 module if system... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Bundle pyiso8601 for iso8601 time/date manipulation. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Import UTC definition from utc8601 module. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | subunithelper: Fix progress support. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Rename TestSkipped to Skiptest, consistent with Python... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Avoid importing TestCase and TestSkipped from testtools. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Use iso8601 from the system, rather than the one bundled... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | format-subunit: Remove import of unnecessary third... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | filter-subunit: Remove import of unnecessary third... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | tests/sam: Remove unnecessary calls for third party... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | show_test_time: Use system subunit. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | test_samba3dump: Use Samba subunit emitter. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | test_duplicate_symbol: Use Samba subunit emitter. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Set default testRunner rather than requiring the user... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Add basic tap2subunit converter, rather than relying... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Inline outputting of subunit in libtorture. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Fix handling of unexpected failures in subunithelper. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Use samba.subunit in selftest.subunithelper, except... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Add RemoteTestCase and RemoteError to samba.subunit. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Use samba.subunit in selftest/selftest.py. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Use Samba-only subunit module in selftest/tests/. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Fix copyright headers for python/samba/subunit. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Use samba.subunit.run to run subunit tests. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | subunitrun: Update instructions for running subunit... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | subunitrun: Use new samba.subunit.run module. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | selftest/tests/*.py: remove use of testtools. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-03-06 |
Jelmer Vernooij | Add simple subunit runner outputting subunit v1. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-02-17 |
Jelmer Vernooij | Force rebuild of ldb if pyldb-util is not available. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-02-17 |
Jelmer Vernooij | wscript: Expand tabs. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-02-17 |
Jelmer Vernooij | rpc_talloc: Update instructions to use standard unittest... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-02-17 |
Jelmer Vernooij | Remove documentation for testsuite-count subunit extension... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-02-17 |
Jelmer Vernooij | Update selftest README to point at upstream subunit... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2015-01-30 |
Jelmer Vernooij | selftest: Fix typo namerserver -> nameserver. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-30 |
Jelmer Vernooij | Reduce number of places where sys.path is (possibly... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> ...User(master): Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-30 |
Jelmer Vernooij | Don't assume st/subunit being present means it was... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-30 |
Jelmer Vernooij | Be consistent about what functions add $LISTOPT and... Signed-off-by: Jelmer Vernooij <jelmer@samba.org> ...User(master): Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-30 |
Jelmer Vernooij | selftest: Add separate command line for listing tests... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-30 |
Jelmer Vernooij | selftest/tests.py: Remove testsuite samba.tests.samdb... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-30 |
Jelmer Vernooij | Re-use add_prefix function. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-30 |
Jelmer Vernooij | selftest: Drop support for TESTSUITE-IDLIST, and remove... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-24 |
Jelmer Vernooij | Print number of slow tests from script rather than... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> ...User(master): Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-24 |
Jelmer Vernooij | sam: Use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-24 |
Jelmer Vernooij | Use samba.tests.subunitrun in dsdb ldap and ldap_schema... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-24 |
Jelmer Vernooij | Use samba.tests.subunitrun in urgent replication test. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | Include mimeparse, which is used by subunit/testtools. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> ...User(master): Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | ldap: Use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | deletetest: use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | ldap_syntaxes: Use samba.tests.subunitrun. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | password lockout: Use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | passwords: Use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | sec_descriptor: Use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | token_group: Use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | sites: Use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | speedtest: Use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | credentials test: Use samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | sec_descriptor test: Simplify, use samba.tests.subunitrun... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | Move option handling into samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | Move option parsing to samba.tests.subunitrun. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | subunitrun: Use new samba.tests.subunitrun module. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | Add convenience class for old-style Samba subunit python... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-22 |
Jelmer Vernooij | Add bundled copy of 'extras' python module used by... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | filter-subunit: Consistently use spaces rather than... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> ...User(master): Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | Support using system ldbmodify. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | Fix subunit test suite name. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | dsdb.tests.acl: Create and run a single testsuite,... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | dsdb.tests.ldap: Create and run a single testsuite... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | speedtest: Create and run a single testsuite, should... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | dirsync test: Create and run a single testsuite, should... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | Add 'make randomized-test' rule. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | Remove tabs in python file, unnecessary 'pass'. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | Rewrite show_test_time in python and support --limit... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | format-subunit: Remove remaining tabs. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | Remove unused imports. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-19 |
Jelmer Vernooij | Display total number of tests in format-subunit, not... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-12 |
Jelmer Vernooij | Move dnspython to third_party. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-12 |
Jelmer Vernooij | Add samba.ensure_third_party_module() function, loading... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-11-10 |
Jelmer Vernooij | Don't use a nested function when testing for visibility...
|
commit | commitdiff | tree |
2014-11-10 |
Jelmer Vernooij | data_blob.h: Add space between literal and string constant. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-15 |
Jelmer Vernooij | update-external.sh: Update upstream URLs for testtools... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-15 |
Jelmer Vernooij | Fix path to zlib in update-external.sh. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-15 |
Jelmer Vernooij | Update zlib using update-external.sh. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | filter-subunit: Drop support for allow_empty_output... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | samba3dump: Add subunit-enabled test for samba3dump. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | urgent_replication: Use subunit reporting, remove allow_empt... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | testr: Use waf testonly and create a custom directory... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | selftest: Actually honor --with-selftest-prefix. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | Don't import into testr when --load-list was specified... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | Don't ignore testsuites without --list support, but... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | Run duplicate symbol check as just another test, rather... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | samba.tests.unicodenames: Fix docstring formatting... Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | py_net: Fix typo in change_password docstring, and... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |
2014-10-14 |
Jelmer Vernooij | samba_tool_drs: Fix docstring formatting so pydoctor... Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
commit | commitdiff | tree |