Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
trs
Commits
392e4746
Commit
392e4746
authored
Apr 23, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some unused imports from unit tests.
parent
a2fc969b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
5 deletions
+3
-5
tests/test_possibilities.py
tests/test_possibilities.py
+0
-1
tests/test_rules_absolute.py
tests/test_rules_absolute.py
+1
-1
tests/test_rules_lineq.py
tests/test_rules_lineq.py
+0
-1
tests/test_rules_sqrt.py
tests/test_rules_sqrt.py
+1
-1
tests/test_strategy.py
tests/test_strategy.py
+1
-1
No files found.
tests/test_possibilities.py
View file @
392e4746
import
unittest
from
src.possibilities
import
MESSAGES
,
Possibility
as
P
from
src.rules.numerics
import
add_numerics
from
tests.rulestestcase
import
tree
from
src.parser
import
Parser
...
...
tests/test_rules_absolute.py
View file @
392e4746
from
src.rules.absolute
import
match_factor_out_abs_term
,
\
remove_absolute_negation
,
factor_out_abs_sqrt
,
absolute_numeric
,
\
factor_out_abs_term
,
factor_out_abs_exponent
from
src.node
import
ExpressionLeaf
as
L
,
Scope
from
src.node
import
Scope
from
src.possibilities
import
Possibility
as
P
from
tests.rulestestcase
import
RulesTestCase
,
tree
...
...
tests/test_rules_lineq.py
View file @
392e4746
from
src.rules.lineq
import
match_move_term
,
swap_sides
,
subtract_term
,
\
divide_term
,
multiply_term
,
split_absolute_equation
from
src.node
import
Scope
from
src.possibilities
import
Possibility
as
P
from
tests.rulestestcase
import
RulesTestCase
,
tree
...
...
tests/test_rules_sqrt.py
View file @
392e4746
from
src.rules.sqrt
import
is_eliminateable_sqrt
,
match_reduce_sqrt
,
\
quadrant_sqrt
,
constant_sqrt
,
split_dividers
,
\
extract_sqrt_multiplicant
,
extract_sqrt_mult_priority
from
src.node
import
Scope
,
sqrt
from
src.node
import
Scope
from
src.possibilities
import
Possibility
as
P
from
tests.rulestestcase
import
RulesTestCase
,
tree
...
...
tests/test_strategy.py
View file @
392e4746
from
src.rules.factors
import
match_expand
,
expand_double
,
expand_single
from
src.rules.factors
import
expand_double
,
expand_single
from
src.node
import
Scope
from
src.possibilities
import
Possibility
as
P
from
src.strategy
import
find_possibilities
...
...
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