7 lines
104 B
Python
7 lines
104 B
Python
import os
|
|
import shutil
|
|
from tests.global_fns import *
|
|
|
|
def test_pl():
|
|
runCommandAndCheckOutput("")
|