Python: Add copy of internal Python 2 tests

These are mostly extractor tests, which now live in `2/extractor-tests`,
and a single library tests that was added to the existing directory.
This commit is contained in:
Taus
2024-04-15 12:26:45 +00:00
parent e45f6e9b24
commit b22b4c5b85
43 changed files with 213 additions and 0 deletions

View File

@@ -0,0 +1 @@
| Module test | test |

View File

@@ -0,0 +1,5 @@
import python
from Module m
select m.toString(), m.getName()

View File

@@ -0,0 +1 @@
| Syntax Error |

View File

@@ -0,0 +1,4 @@
import python
from SyntaxError s
select s.toString()

View File

@@ -0,0 +1,2 @@
Not python at all :(