Sharpie / RTikZDevice

A R package for producing graphics output as PGF/TikZ code for use in TeX documents.
31 stars 36 forks source link

Refactor test scripts #18

Closed Sharpie closed 13 years ago

Sharpie commented 13 years ago

The tikz testsuite is getting a little bit long in the tooth. Specifically, two issues related to R 2.12.x should have been caught by the testsuite which would have removed the need for a 0.5.3 release:

Proposal:

Migrate the test scripts to a unit testing framework, such as Hadley's test_that.

Benefits:

Comments?

cameronbracken commented 13 years ago

I agree that the test suite is unwieldy. I do see some pros and cons in using a traditional testing suite:

Pros:

Cons:

Sharpie commented 13 years ago

Clean up old testing scripts, update README

The tikzDevice testing suite has now been re-implemented on top of test_that. Some work remains to be done:

Closed by d889fe6c4f74372345aad90404ee96ab91efe3df.