9 lines
129 B
Python
9 lines
129 B
Python
import pytest
|
|
import tempfile
|
|
|
|
from puppetboard import app
|
|
|
|
|
|
def test_first_test():
|
|
assert app is not None, ("%s" % reg.app)
|