Skip to content

Commit

Permalink
Reduce tests that run to affect total time
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMMortimer committed Mar 27, 2018
1 parent 0f13a07 commit 550a6d3
Show file tree
Hide file tree
Showing 35 changed files with 69 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-ActivityGroupService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ActivityGroupService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ActivityService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ActivityService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-AdExclusionRuleService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("AdExclusionRuleService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-AdRuleService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("AdRuleService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-AudienceSegmentService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("AudienceSegmentService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-BaseRateService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("BaseRateService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-CdnConfigurationService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("CdnConfigurationService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ContentBundleService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ContentBundleService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ContentMetadataKeyHierarchyService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ContentMetadataKeyHierarchyService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ContentService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ContentService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-CreativeService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("CreativeService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-CreativeSetService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("CreativeSetService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.application_name = rdfp_options$application_name)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-CreativeTemplateService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("CreativeTemplateService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-CreativeWrapperService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("CreativeWrapperService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-LineItemCreativeAssociationService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("LineItemCreativeAssociationService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-LiveStreamEventService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("LiveStreamEventService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-MobileApplicationService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("MobileApplicationService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-NativeStyleService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("NativeStyleService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-PackageService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("PackageService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-PlacementService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("PlacementService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-PremiumRateService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("PremiumRateService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ProductPackageItemService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ProductPackageItemService")

skip("Reduce Total Test Runtime")s

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ProductPackageService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ProductPackageService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ProductService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ProductService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ProductTemplateService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ProductTemplateService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ProposalLineItemService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ProposalLineItemService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ProposalService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ProposalService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-RateCardService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("RateCardService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ReconciliationLineItemReportService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ReconciliationLineItemReportService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ReconciliationOrderReportService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ReconciliationOrderReportService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ReconciliationReportRowService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ReconciliationReportRowService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ReconciliationReportService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("ReconciliationReportService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-SuggestedAdUnitService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("SuggestedAdUnitService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-WorkflowRequestService.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("WorkflowRequestService")

skip("Reduce Total Test Runtime")

rdfp_options <- readRDS("rdfp_options.rds")
options(rdfp.network_code = rdfp_options$network_code)
options(rdfp.httr_oauth_cache = FALSE)
Expand Down
1 change: 1 addition & 0 deletions vignettes/availability-and-reporting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ single_item$targeting$inventoryTargeting <- as.list(as.data.frame(single_item$ta
check.names=F,
stringsAsFactors = F)
)
single_item$targeting$technologyTargeting <- NULL
```

#### Creating Datetimes in DFP
Expand Down

0 comments on commit 550a6d3

Please sign in to comment.