File size: 62 Bytes
f7197e2
 
 
 
 
1
2
3
4
5
import pytest
from app import main

def test_app():
    main()