tBuLi / kingdon

A symbolically optimized and pythonic Clifford (geometric) algebra library named after none other than William Kingdon Clifford.
https://tbuli.github.io/teahouse/
MIT License
45 stars 5 forks source link

Does no output mean that tests were successful? #34

Closed akami-channel closed 10 months ago

akami-channel commented 10 months ago

I ran python3 test_kingdon.py and there was no output to the terminal. It simply executed and then gave me my normal prompt again.

Does this mean that the test was successful? It would be nice to either have some output in the terminal or a description of expected behavior in the readme.

tBuLi commented 10 months ago

Make sure you have pytest installed, and then try running

pytest tests\test_kingdon.py

This should give you all the feedback you need :).