Skip to content

Commit 510cf89

Browse files
author
Ciaran Welsh
committed
clean up repo. Deleted old tests. Found some tests which need updating. Refactor Tests to upper directory. Update Quickstart.
1 parent ea941af commit 510cf89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+54
-14878
lines changed
File renamed without changes.
File renamed without changes.

Tests/#test_model.cps#

-603
This file was deleted.

Tests/_test_base.py.bak

-235
This file was deleted.

Tests/build_antimony_tests.py

+1-15
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,9 @@
2424
"""
2525
import site
2626

27-
site.addsitedir('/home/b3053674/Documents/pycotools')
28-
import pandas
2927
from pycotools import model, tasks, misc, viz
30-
from pycotools.Tests import _test_base
3128
import unittest
3229
import os
33-
import pickle
34-
import numpy
35-
import shutil
36-
import glob
37-
import time
3830
from shutil import rmtree
3931

4032
class BuildAntimonyTestsCreateFromNew(unittest.TestCase):
@@ -117,13 +109,7 @@ def test_exception(self):
117109

118110
def tearDown(self):
119111
rmtree(self.dire)
120-
# path_list = [
121-
# self.copasi_file1,
122-
# self.copasi_file2,
123-
# self.copasi_file3,
124-
# self.TC.report_name
125-
# ]
126-
# [os.remove(i) for i in path_list]
112+
127113

128114

129115
class BuildAntimonyTestsWithoutRemovalBetweenTests(unittest.TestCase):

Tests/chaser_estimation_tests.py

-10
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,9 @@
2727

2828
import pickle
2929
import site
30-
site.addsitedir('/home/b3053674/Documents/pycotools')
31-
site.addsitedir('C:\\Users\Ciaran\Documents\pycotools')
3230
from pycotools import tasks, viz, misc, model, utils
33-
from pycotools.retrying import retry
34-
from pycotools.Tests import test_models
3531
import unittest
36-
import glob
3732
import os
38-
import shutil
39-
import pandas
40-
from pycotools.Tests import _test_base
41-
import time
42-
4333

4434

4535

0 commit comments

Comments
 (0)