jdfreder/iforth

Add automated tests

Closed this issue · 1 comments

  1. Unit Tests
  2. Github CI:
    - Install pre-requisites - gforth, python3, ipython, jupyter, etc.
    - python setup.py install
    - Test if kernel shows up in list of IPython / Jupyter kernels.
    - Test if installed kernel actually works! Not really sure how to test this...
    - python setup.py uninstall
    - Test that iforth was completely removed from the system.

Closing as repo is abandoned