loki.ir.tests.test_ir_nodes module
- fixture_scope()
- fixture_one()
- fixture_i(scope)
- fixture_n(scope)
- fixture_a_i(scope, i)
- fixture_a_n(scope, n)
- test_assignment(scope, a_i)
Test constructors of
Assignment
.
- test_conditional(scope, n, a_i)
Test constructors of
Conditional
.
- test_multi_conditional(i, a_i)
Test nested chains of constructors of
Conditional
to form multi-conditional.
- test_callstatement(scope, one, i, n, a_i)
Test constructor of
CallStatement
nodes.