You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
216 B

context("minimal package functionality")
skip_on_cran()
skip_on_travis()
expect_true("user" %in% names(pt_usage()))
x <- pt_info("d210f4dbea97949f694e849507951881")
expect_true("md5" %in% names(x$pcap_metadata))