Anti-Malware-Alliance / docubleach

Tool to Purge and Remove all Macro And Dynamic Content from MS Office File
MIT License
2 stars 0 forks source link

feat: Adding Github Unittests workflow #22

Closed lucifercr07 closed 3 months ago

rothoma2 commented 3 months ago

I do agree it would be nice to find a way to use pytest, I believe pytest is the standard modern way of doing unit tests in python.

rothoma2 commented 3 months ago

Im not very familiar woth force pushes and multiple people on the same branch.

I think normally each one will have its own branch and you will merge one into master and then merge master into branch two before creating the second pullrequest.

In between you can always merge branch A into Branch2 if u need to pull changes into your branch.

rothoma2 commented 3 months ago

@lucifercr07 Will you change this back to use pytest, or should we drop this PullRequest? Making sure it doesnt linger for too long.