Taus
|
7176898503
|
Python: Fix library tests
|
2025-11-26 12:30:31 +00:00 |
|
Rasmus Wriedt Larsen
|
f624754390
|
Python: Use Value in GetACAll test
That was not possible when using the old Object-API, but in Value-API getACall
is defined on all Values.
|
2020-05-04 20:50:06 +02:00 |
|
Rasmus Wriedt Larsen
|
06b67e0d32
|
Python: Modernise test/library-tests/PointsTo/calls/*
|
2020-05-04 20:49:57 +02:00 |
|
Rasmus Wriedt Larsen
|
7b8b4af6d2
|
Python: Add test for call.getFunction().refersTo
Showing that
`call.getFunction().refersTo(func)` gives different results from
`call = func.getACall()`
|
2020-05-04 20:49:19 +02:00 |
|