mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
import pysollib.move is working.
Copy paste of the previous test. "Three strikes and then you refactor."
This commit is contained in:
parent
424c758815
commit
cc64f7c8a3
1 changed files with 9 additions and 0 deletions
9
tests/individually-importing/import_move.py
Normal file
9
tests/individually-importing/import_move.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
import sys
|
||||
sys.path.append("./tests/lib")
|
||||
from TAP.Simple import plan, ok
|
||||
|
||||
plan(1)
|
||||
sys.path.append(".")
|
||||
import pysollib.move
|
||||
ok(1, "imported")
|
Loading…
Add table
Reference in a new issue