@@ -3,7 +3,7 @@ source("definition_tests/def-ds.make.R")
33source(" definition_tests/def-assign-stats.R" )
44
55
6- context(" ds.make() ::expt::copy_transform:single" )
6+ context(" ds.make::expt::copy_transform:single" )
77test_that(" copy and transform" ,
88{
99 connect.dataset.1()
@@ -20,7 +20,7 @@ test_that("copy and transform",
2020
2121
2222
23- context(" ds.make() ::expt::copy_data::single" )
23+ context(" ds.make::expt::copy_data::single" )
2424test_that(" copy data without any changes applied" ,
2525{
2626 connect.dataset.1()
@@ -35,7 +35,7 @@ test_that("copy data without any changes applied",
3535 .test.copy.data(' D$FACTOR_INTEGER' ,' FACTOR_INTEGER_created' ,ds.test_env $ local.values.1 [,15 ])
3636})
3737
38- context(" ds.make() ::expt::copy_data::multiple" )
38+ context(" ds.make::expt::copy_data::multiple" )
3939test_that(" copy data without any changes applied" ,
4040{
4141 connect.all.datasets()
@@ -50,7 +50,7 @@ test_that("copy data without any changes applied",
5050 .test.copy.data(' D$FACTOR_INTEGER' ,' FACTOR_INTEGER_created' ,ds.test_env $ local.values [,15 ])
5151})
5252
53- context(" ds.make() ::expt::sum_of_two_vectors::single" )
53+ context(" ds.make::expt::sum_of_two_vectors::single" )
5454test_that(" apply the the sum some vectors" ,
5555{
5656 connect.dataset.1()
@@ -82,7 +82,7 @@ test_that("apply the the sum some vectors",
8282})
8383
8484
85- context(" ds.make() ::expt::sum_of_two_vectors::multiple" )
85+ context(" ds.make::expt::sum_of_two_vectors::multiple" )
8686test_that(" add some vectors" ,
8787 {
8888 connect.all.datasets()
@@ -111,7 +111,7 @@ test_that("add some vectors",
111111 .test.operation.vectors(' D$NUMERIC' ,' D$NON_NEGATIVE_NUMERIC' ,' NUMERIC_created' ," +" ,result.local = .add.vectors(ds.test_env $ local.values [,10 ],ds.test_env $ local.values [,11 ]))
112112 })
113113
114- context(" ds.make() ::expt::product_of_two_vectors::single" )
114+ context(" ds.make::expt::product_of_two_vectors::single" )
115115test_that(" multiply two vectors" ,
116116{
117117 connect.dataset.1()
@@ -144,7 +144,7 @@ test_that("multiply two vectors",
144144
145145
146146
147- context(" ds.make() ::expt::product_of_two_vectors::multiple" )
147+ context(" ds.make::expt::product_of_two_vectors::multiple" )
148148test_that(" multiply two vectors" ,
149149{
150150 connect.all.datasets()
@@ -173,7 +173,7 @@ test_that("multiply two vectors",
173173 .test.operation.vectors(' D$NUMERIC' ,' D$NON_NEGATIVE_NUMERIC' ,' NUMERIC_created' ," *" ,result.local = .mult.vectors(ds.test_env $ local.values [,10 ],ds.test_env $ local.values [,11 ]))
174174})
175175
176- context(" ds.make() ::expt::division_of_two_vectors::multiple" )
176+ context(" ds.make::expt::division_of_two_vectors::multiple" )
177177test_that(" divide two vectors" ,
178178{
179179 connect.all.datasets()
@@ -202,7 +202,7 @@ test_that("divide two vectors",
202202})
203203
204204
205- context(" ds.make() ::expt::division_of_two_vectors::single" )
205+ context(" ds.make::expt::division_of_two_vectors::single" )
206206test_that(" divide two vectors" ,
207207{
208208 connect.dataset.1()
@@ -231,7 +231,7 @@ test_that("divide two vectors",
231231})
232232
233233
234- context(" ds.make() ::expt::substract_of_two_vectors::multiple" )
234+ context(" ds.make::expt::substract_of_two_vectors::multiple" )
235235test_that(" substract two vectors" ,
236236{
237237 connect.all.datasets()
@@ -260,7 +260,7 @@ test_that("substract two vectors",
260260})
261261
262262
263- context(" ds.make() ::expt::substract_of_two_vectors::single" )
263+ context(" ds.make::expt::substract_of_two_vectors::single" )
264264test_that(" substract two vectors" ,
265265{
266266 connect.dataset.1()
@@ -289,7 +289,7 @@ test_that("substract two vectors",
289289})
290290
291291
292- context(" ds.make() ::expt::sum_of_constant::single" )
292+ context(" ds.make::expt::sum_of_constant::single" )
293293test_that(" apply the the sum a vector and a constant value" ,
294294{
295295 connect.dataset.1()
@@ -306,7 +306,7 @@ test_that("apply the the sum a vector and a constant value",
306306
307307 })
308308
309- context(" ds.make() ::expt::substract_of_constant::single" )
309+ context(" ds.make::expt::substract_of_constant::single" )
310310test_that(" substract a constant value to all the values of a vector" ,
311311{
312312 connect.dataset.1()
@@ -324,7 +324,7 @@ test_that("substract a constant value to all the values of a vector",
324324})
325325
326326
327- context(" ds.make() ::expt::divide_of_constant::single" )
327+ context(" ds.make::expt::divide_of_constant::single" )
328328test_that(" divide a constant value to all the values of a vector" ,
329329{
330330 connect.dataset.1()
@@ -341,7 +341,7 @@ test_that("divide a constant value to all the values of a vector",
341341
342342})
343343
344- context(" ds.make() ::expt::multiply_of_constant::single" )
344+ context(" ds.make::expt::multiply_of_constant::single" )
345345test_that(" multiply a constant value to all the values of a vector" ,
346346{
347347 connect.dataset.1()
@@ -359,7 +359,7 @@ test_that("multiply a constant value to all the values of a vector",
359359})
360360
361361
362- context(" ds.make() ::expt::sum_of_constant::multiple" )
362+ context(" ds.make::expt::sum_of_constant::multiple" )
363363test_that(" apply the the sum a vector and a constant value" ,
364364{
365365 connect.all.datasets()
@@ -376,7 +376,7 @@ test_that("apply the the sum a vector and a constant value",
376376
377377})
378378
379- context(" ds.make() ::expt::substract_of_constant::multiple" )
379+ context(" ds.make::expt::substract_of_constant::multiple" )
380380test_that(" substract a constant value to all the values of a vector" ,
381381{
382382 connect.all.datasets()
@@ -394,7 +394,7 @@ test_that("substract a constant value to all the values of a vector",
394394})
395395
396396
397- context(" ds.make() ::expt::divide_of_constant::multiple" )
397+ context(" ds.make::expt::divide_of_constant::multiple" )
398398test_that(" divide a constant value to all the values of a vector" ,
399399{
400400 connect.all.datasets()
@@ -411,7 +411,7 @@ test_that("divide a constant value to all the values of a vector",
411411
412412})
413413
414- context(" ds.make() ::expt::multiply_of_constant::multiple" )
414+ context(" ds.make::expt::multiply_of_constant::multiple" )
415415test_that(" multiply a constant value to all the values of a vector" ,
416416{
417417 connect.all.datasets()
0 commit comments