Skip to content

Commit

Permalink
added test in preparation of adding support for R strings (STRSXP) #42
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Aug 5, 2018
1 parent 6ab749f commit 98f2292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_R_STRSXP.py → tests/test_r_strsxp.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def replace_r(self, in_string, old_letter, new_letter):
# TEST(s)
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

if __name__ == '__main__':
def test_r_strsxp():

sample = sample_class()
assert 'zetegehube' == sample.replace_r('zategahuba', 'a', 'e')

0 comments on commit 98f2292

Please sign in to comment.