NickCH-K/pmdplyr

Add more tests to improve code coverage

NickCH-K opened this issue · 2 comments

There are some modes, and plenty of fail states, that aren't covered at all.

  • between_within
  • id_variable
  • inexact_join
  • major_mutate_variations
  • `panel_consistency
  • panel_convert
  • pibble
  • tbl_pb_methods
  • time_variable
  • tlag
  • type-sum
  • uneported_shared_functions

66a3349 added tests for nearly every tbl_pd method, but this did not appear to change the coverage in that file much - am I misunderstanding what it is looking for?

Finished as of f256a93