Skip to content

Repository files navigation

Sandbox: Sort

A place to store my brain solution to testing and related handy things.

Usage

Using venv

python3 -m venv ./venv_sandboxsort
source ./venv_sandboxsort/bin/activate

Installing Sandbox Sort Requirements

pip install -r requirements_dev.txt

Testing

Tests

Run all tests

pytest

Run all unittest tests

python3 -m unittest discover -s tests/

Run a specific unittest test

python3 -m unittest tests/algorithms/test_bogo.py

Running

Run module

python3 -m sandboxsort

Run specific sort

python3 ./sandboxsort/algorithms/sort_bogo.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages