Try it out on your machine:
mkdir PythonTest
cd PythonTest
dotnet new console -lang F#
dotnet new tool-manifest
dotnet tool install fable-py --version 4.0.0-alpha-010
dotnet fable-py
python ./program.py
@keescheese It was called luatest because near the beginning, once I had enough of the engine up and running, I had to choose a scripting language and I tested three of them. There was pythontest, javatest and luatest.. guess you know which one won :)
R2D4 of #100DaysOfCode
Today I was working a lot with the Python test project,
PythonTest is an app to test your basics in Python programming with the three type of challenges and each one with a Badge if it's completed.
The Code is building on #Python and #javascript
just uploaded a quick video talking about #pytest's parametrize, how to use it, when to use it, and when not to use it -- check it out! youtu.be/aQH7hyJn-No