ianfhunter / GNOLL

GNOLL is an efficient dice notation parser for multiple programming languages that supports a wide set of dice notation
https://www.ianhunter.ie/GNOLL/
GNU General Public License v3.0
40 stars 24 forks source link

Test and slightly extend the Python command-line interface #447

Closed Kodiologist closed 10 months ago

Kodiologist commented 10 months ago

Description

This adds tests for #441 and adds another option.

How Has This Been Tested

I find that my new test passes when run with pytest tests/python/test_cli.py, but fails when run as part of pytest tests/python. I think that the breakdown flag is set somewhere in another test and then not cleared properly.

Change Type

Checklist