DryCreations / pdfproject

Adapting starter code that uses itext7, into a program that can draw onto pdfs, and export files to pdf
1 stars 3 forks source link

Adding junit, this is a running unit test class. #44

Closed PythonProgramm3r closed 3 years ago

PythonProgramm3r commented 3 years ago

List Any Relevant Actions or Tasks

Actions

Added junit testing and a few tests. ...

Tasks

Implement junit testing ...

Description of Changes

Added junit testing ...

Relevant Artifacts

Selenium Junit MoveStackTest.java ...

Other Comments

I also added a few unit tests to this item. ...

hgongloff commented 3 years ago

I believe as Hayden already pointed out we need to make our testing automated for full credit. This does seem to do some decent test coverage with what you gave. I think we could use this to build off of and create a GitHub workflow to automate testing in the future.

PythonProgramm3r commented 3 years ago

Yes, I understand this isn't the automated testing on github entirely. This is a beginning step as including unit tests is part of ensuring that github's verifies that the unit tests are passing. I think that detailing the additional pieces of this user story / understanding the entire user story is imperative for this entire user story to get done.