Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs1-24fa
minimathematica
Commits
42c1ad50
Commit
42c1ad50
authored
6 months ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
rename tests to fix vscode order
parent
fe8120b8
master
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
manifest.json
+3
-0
manifest.json
pyproject.toml
+2
-0
pyproject.toml
tests/0.D/test_differentiation.py
+0
-0
tests/0.D/test_differentiation.py
tests/0.D/test_simplify.py
+0
-0
tests/0.D/test_simplify.py
tests/1.C/test_newton.py
+0
-0
tests/1.C/test_newton.py
tests/3.A/taylor_tests_not_ready.py
+0
-0
tests/3.A/taylor_tests_not_ready.py
with
5 additions
and
0 deletions
+5
-0
manifest.json
0 → 100644
View file @
42c1ad50
{
"upload"
:
[
"src/differentiation.py"
,
"src/newton.py"
,
"src/taylor.py"
]
}
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
View file @
42c1ad50
[tool.pytest.ini_options]
pythonpath
=
"src"
This diff is collapsed.
Click to expand it.
tests/D/test_differentiation.py
→
tests/
0.
D/test_differentiation.py
View file @
42c1ad50
File moved
This diff is collapsed.
Click to expand it.
tests/D/test_simplify.py
→
tests/
0.
D/test_simplify.py
View file @
42c1ad50
File moved
This diff is collapsed.
Click to expand it.
tests/C/test_newton.py
→
tests/
1.
C/test_newton.py
View file @
42c1ad50
File moved
This diff is collapsed.
Click to expand it.
tests/A/taylor_tests_not_ready.py
→
tests/
3.
A/taylor_tests_not_ready.py
View file @
42c1ad50
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help