export PYTHONPATH=. pytest
The codebase is formatted using black. Install black using pipsi (just pip will also work):
pipsi install black
Run the following to format the code:
make format
export PYTHONPATH=. pytest
The codebase is formatted using black. Install black using pipsi (just pip will also work):
pipsi install black
Run the following to format the code:
make format