# C++ Backend Unit Tests ## Installation ``` rm -rf build; CXX=g++; python setup.py install ``` ## Individual Test ``` python -m unittest python -m unittest --nodebug # to remove deub flags ``` e.g. ``` python -m unittest coordinate_map_key_test ```