Skip to content

Commit d9a3761

Browse files
committed
Update 'attributes' for current standards
`mathics.builtin.attributes`: * apply -> eval * Add WMA links add * Class names ordered alphabetically * Hard breaks in docstring removed * Some incorrect references to "leaves" changed to "attributes" `mathics.core.attributes`: * Add short comments above flag value
1 parent de264b8 commit d9a3761

File tree

3 files changed

+527
-393
lines changed

3 files changed

+527
-393
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ clean: clean-cython clean-cache
112112

113113
#: Run py.test tests. Use environment variable "o" for pytest options
114114
pytest:
115-
py.test $(PYTEST_WORKERS) test $o
115+
$(PYTHON) -m pytest $(PYTEST_WORKERS) test $o
116116

117117

118118
#: Run a more extensive pattern-matching test

0 commit comments

Comments
 (0)