python-zulip-api/tools
neiljp (Neil Pilgrim) 4e0dccc9f5 test-bots: Make bots_to_test a set, ensuring tests are not duplicated.
The previous style was causing duplicate tests for the dropbox_share bot
for the unittest runner, due to globbing of test_*.py giving duplicates.

However, it also avoids unintentional duplication of bot names to test
on the command line being tested multiple times, though again only with
the unittest runner.
2018-06-28 14:55:23 -04:00
..
server_lib test_handler: Add title for test sections which use test_handler. 2018-06-28 14:55:23 -04:00
.coveragerc test suites: Add zulip package tests to Travis and Codecov. 2017-09-12 01:27:09 -07:00
clean-branches Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
clean-repo Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
custom_check.py linter: Add check for incorrect use of inheritance in Bot test cases. 2018-06-09 12:49:49 -04:00
deploy tools/deploy: Read $SERVER and $TOKEN environment variables. 2018-05-07 12:31:53 +05:30
deploy-branch Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
fetch-pull-request Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
fetch-rebase-pull-request Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
lint testing: Make linter fail with exit code if any check fails. 2017-08-16 07:46:09 -07:00
pep8.py tools: Modify pep8.py from zulip server. 2017-07-06 19:58:50 -04:00
provision zulip_bots: Move installation of bot deps to tools/provision. 2018-06-04 20:01:53 -02:30
release-packages tools/release-packages: Generate Python3 dist for zulip_bots. 2018-01-08 21:17:28 -03:30
reset-to-pull-request Make git utility scripts executable. 2017-12-27 10:55:38 +01:00
review Make tools/review executable. 2017-12-08 10:47:36 -08:00
run-mypy bots: Add type annotations for trivia_quiz bot. 2018-06-11 20:01:41 -04:00
test-bots test-bots: Make bots_to_test a set, ensuring tests are not duplicated. 2018-06-28 14:55:23 -04:00
test-botserver test_handler: Separate test title from path to discover tests. 2018-06-28 14:55:23 -04:00
test-lib test-lib: Drastically simplify by using test_handler function. 2018-06-28 14:55:23 -04:00
test-main test-main: Pass command-line arguments to each script. 2018-06-28 14:55:23 -04:00
test-py2-legacy-support tests: Do not generate coverage report on Python 2. 2017-12-04 07:27:20 -08:00
test-static-analysis travis: Run mypy and linter in a single job. 2017-09-27 10:27:37 +02:00
test-zulip test_handler: Separate test title from path to discover tests. 2018-06-28 14:55:23 -04:00