Skip to content

Commit

Permalink
code indents
Browse files Browse the repository at this point in the history
  • Loading branch information
evanodell committed May 18, 2019
1 parent 6f95df1 commit 3135d13
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test_constituencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("constituencies")

test_that("constituencies functions return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

ctx <- hansard_constituencies(current = TRUE, verbose = TRUE)
expect_length(ctx, 7)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_early_day_motions.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("early day motions")

test_that("edm functions return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

# xedmid <- hansard_early_day_motions(edm_id = 1073)
# expect_length(xedmid, 11)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_election_candidates.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ context("election_candidates")

test_that("election_candidates return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()
# skip_on_travis()

xec <- hansard_election_candidates(ID = 650517, verbose = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_election_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ context("election_results")

test_that("election_results return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

elect_all_data <- hansard_election_results(
ID = 382037,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_elections.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ context("elections")

test_that("election functions return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

elect <- hansard_elections(verbose = TRUE)
expect_length(elect, 5)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_epetition.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("epetitions")

test_that("epetitions functions return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

epetit <- hansard_epetition(
ID = 706964,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_lords1.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("lords part 1 functions")

test_that("lords functions return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

# Voting Records
lvotesall <- hansard_lord_vote_record(530,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_lords2.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ context("lords part 2 functions")

test_that("lords functions return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

# Divisions
ldivsum <- hansard_lords_divisions(
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_members.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("members")

test_that("members functions return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

# Members search
# msabbot <- hansard_members_search(search = "*abbot*", verbose = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_misc1.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("papers, publications, sessions, tv part 1")

test_that("papers laid, publications, sessions, tv return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

pldec <- hansard_papers_laid(
withdrawn = TRUE, house = "lords",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_misc2.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("papers, publications, sessions, tv part 2")

test_that("papers laid, publications, sessions, tv part 2, expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

tvclipsmp <- hansard_tv_clips(4591,
start_date = "2016-01-11",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_mp_misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("misc MP functions")

test_that("members vote record, questions functions return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

mpqs <- hansard_mp_questions(c(172, 4019), "all",
start_date = "2015-02-01",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_research_briefings.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ context("research_briefings")

test_that("research_briefings return expected format", {
skip_on_cran()
skip_on_travis()
skip_on_travis()

rtl <- hansard_research_topics_list()
expect_is(rtl, "list")
Expand Down

0 comments on commit 3135d13

Please sign in to comment.