Automattic / super-cool-ad-inserter-plugin

Insert ads, newsletter signup widgets, and calls to action in the middle of your posts!
https://wordpress.org/plugins/super-cool-ad-inserter/#description
32 stars 4 forks source link

ci: add config, set up test step #57

Closed adekbadek closed 3 years ago

adekbadek commented 4 years ago

Add CircleCI config and sets up running tests on CI. The test suite is tiny so far, but there are comments with suggestions about what to test next.

After this is merged, I'll turn on CircleCI.

Closes #43

dkoo commented 4 years ago

These are the manual tests I did to check my code for another PR: https://github.com/Automattic/super-cool-ad-inserter-plugin/pull/59#issue-491173655

Might be good to turn some or all of these into unit tests once that feature gets merged.