Mathics3 / mathics-core

An open-source Mathematica. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.
https://mathics.org
Other
786 stars 48 forks source link

Using tmp as pwd in pytests #1068

Closed mmatera closed 3 months ago

mmatera commented 3 months ago

As General Peron said, "Better than saying is doing". This is what I was talking about in #1067. Also, I improved some docstrings a little bit.

rocky commented 3 months ago

Also note that there are ways to run something per test suite or test module as well. (I don't know the exact syntax though.)