File size: 408 Bytes
d3b11cc
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################
# Tests for existence of files not in remote
###############################################
import os


def test_model_weights_exist():
    """Tests for existence of classifier model."""
    assert os.path.isfile("best_model.h5")


def test_heroku_setup():
    """Tests for existance of setup file with personal email"""
    assert os.path.isfile("setup.sh")