@@ -113,27 +113,32 @@ def test_createVariable(self):
113
113
assert (res [5 ] == speciation ) # speciation
114
114
assert (res [6 ] == nodv ) # nodata
115
115
116
-
117
-
116
+ @pytest .mark .skipif (True , reason = "implement" )
118
117
def test_createMethod (self ):
119
118
pass
120
119
120
+ @pytest .mark .skipif (True , reason = "implement" )
121
121
def test_createProcessingLevel (self ):
122
- pass
122
+ pass
123
123
124
+ @pytest .mark .skipif (True , reason = "implement" )
124
125
def test_createSamplingFeature (self ):
125
126
pass
126
127
128
+ @pytest .mark .skipif (True , reason = "implement" )
127
129
def test_createUnit (self ):
128
130
pass
129
-
131
+
132
+ @pytest .mark .skipif (True , reason = "implement" )
130
133
def test_createOrganization (self ):
131
- pass
134
+ pass
132
135
136
+ @pytest .mark .skipif (True , reason = "implement" )
133
137
def test_createPerson (self ):
134
138
pass
135
139
136
- def test_createAffiliation (self ):
140
+ @pytest .mark .skipif (True , reason = "implement" )
141
+ def test_createAffiliation (self ):
137
142
pass
138
143
139
144
def test_createDataset (self ):
@@ -156,16 +161,19 @@ def test_createDataset(self):
156
161
res = self .engine .execute ('SELECT * from DataSets' )
157
162
assert (len (res .fetchall ()) == 1 )
158
163
159
-
164
+ @ pytest . mark . skipif ( True , reason = "implement" )
160
165
def test_createDatasetResults (self ):
161
166
pass
162
-
167
+
168
+ @pytest .mark .skipif (True , reason = "implement" )
163
169
def test_createAction (self ):
164
170
pass
165
171
166
- def test_createActionBy (self ):
172
+ @pytest .mark .skipif (True , reason = "implement" )
173
+ def test_createActionBy (self ):
167
174
pass
168
-
175
+
176
+ @pytest .mark .skipif (True , reason = "implement" )
169
177
def test_createFeatureAction (self ):
170
178
pass
171
179
@@ -213,28 +221,28 @@ def test_createTimeSeriesResult(self):
213
221
# assert that this basic tsr exists in the datbase
214
222
res = self .engine .execute ('SELECT * FROM TimeSeriesResults' ).first ()
215
223
assert (res is not None )
216
-
217
-
218
224
225
+ @pytest .mark .skipif (True , reason = "implement" )
219
226
def test_createTimeSeriesResultValues (self ):
220
227
pass
221
228
222
-
223
- def test_createSite (self ):
229
+ @ pytest . mark . skipif ( True , reason = "implement" )
230
+ def test_createSite (self ):
224
231
pass
225
232
226
-
227
- def test_createSpatialReference (self ):
233
+ @ pytest . mark . skipif ( True , reason = "implement" )
234
+ def test_createSpatialReference (self ):
228
235
pass
229
236
230
- def test_createDeploymentAction (self ):
237
+ @pytest .mark .skipif (True , reason = "implement" )
238
+ def test_createDeploymentAction (self ):
231
239
pass
232
240
233
-
241
+ @ pytest . mark . skipif ( True , reason = "implement" )
234
242
def test_createModel (self ):
235
243
pass
236
244
237
-
245
+ @ pytest . mark . skipif ( True , reason = "implement" )
238
246
def test_createRelatedModel (self ):
239
247
pass
240
248
0 commit comments