We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tdaemon (pip install tdaemon) seems to be a popular way to run tests automatically when files change. Here is a shell function for bluebottle testing:
function test-bb() { tdaemon -t django --ignore-dirs=env,docs,build,node_modules,dist --custom-args=" --settings=bluebottle.settings.testing" }
Run with test-bb for all tests or with a specific app test-bb bb_accounts.
test-bb
test-bb bb_accounts