This website requires JavaScript.
Explore
Help
Sign In
intercal
/
not-python-rust
Watch
1
Star
0
Fork
0
You've already forked not-python-rust
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
9452a720cc976f861f0e6769f9c7666abc8a3de4
not-python-rust
/
tests
/
modules.npp.expect
9 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add some tests for modules * .gitignore now ignores *.got for *anything* under the tests/ directory * runtests.sh ignores files in the tests/ directory that have the string "test_import_" in them, so they are not run as tests themselves * Add a couple of basic module functionality tests Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-04 11:11:46 -07:00
importing test_import_directory
importing test_import_local
1
2
3
Implement `import a, b, c from foo` syntax This brings stuff into the local scope, but it is a little funky with local scopes that are above the current level (in the same function or module). Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-04 20:11:06 -07:00
1
2
3
Reference in New Issue
Copy Permalink