tests/testthat/test-do_best_idiot_action.R

test_that("an idiotic action must do something", {
  skip("Issue 55. Issue #55")
  game_state <- create_test_game_state()
  action <- do_best_idiot_action(game_state)
  new_game_state <- do_action(game_state, action)
  expect_false(are_game_states_identical(game_state, new_game_state))
})
informalr/snackman documentation built on March 31, 2021, 2:39 a.m.