test-init:
	python3 -m unittest botboy.tests.botboy_tests.BotBoyTests.test_init

test-wrapper:
	python3 -m unittest botboy.tests.botboy_tests.BotBoyTests.test_wrapper

test-client:
	python3 -m unittest botboy.tests.botboy_tests.BotBoyTests.test_client

test-sequencer:
	python3 -m unittest botboy.tests.botboy_tests.BotBoyTests.test_sequencer
