A place to store my brain solution to testing and related handy things.
python3 -m venv ./venv_sandboxsortsource ./venv_sandboxsort/bin/activatepip install -r requirements_dev.txtRun all tests
pytestRun all unittest tests
python3 -m unittest discover -s tests/Run a specific unittest test
python3 -m unittest tests/algorithms/test_bogo.pyRun module
python3 -m sandboxsortRun specific sort
python3 ./sandboxsort/algorithms/sort_bogo.py