bullmq icon indicating copy to clipboard operation
bullmq copied to clipboard

feat(python): clarify/simplify test setup

Open AIexanderDicke opened this issue 9 months ago • 3 comments

  • Adds script to copy rawScripts to be used by the python package
  • Simplify setting up the python tests
  • redis-cli not needed in order to cleanup redis before starting tests

AIexanderDicke avatar May 09 '24 10:05 AIexanderDicke

Thanks for the PR. I wonder, when is copy_scripts.py supposed to be called?

manast avatar May 17 '24 13:05 manast

@manast This script should be called before running the tests. You could also add the command to run_tests.sh, but I didn't want to change the functionality of this script.

AIexanderDicke avatar May 18 '24 08:05 AIexanderDicke

I think if generating the scripts is necessary to make sure the tests are running with the latest lua script, it should be called in run_tests.sh. What do you think @roggervalf ?

manast avatar May 23 '24 16:05 manast