J3RN / inf-elixir

An Emacs plugin for interacting with an Elixir REPL
GNU General Public License v3.0
44 stars 10 forks source link

Add tests #8

Closed J3RN closed 3 years ago

J3RN commented 3 years ago

Add some simple tests to ensure the basic functionality works. I'll add more as we go along.

I wanted to use GitHub Actions for CI originally, but setting up an environment with both Elixir and Emacs was going to be difficult. Instead I wrote a two-line Dockerfile, built an image, and used it with a tiny CircleCI config. Why make things hard when they don't have to be? :man_shrugging: