andrewchambers / janetsh

A powerful new shell that uses the janet programming language for both the implementation and repl.
https://janet-shell.org
MIT License
372 stars 13 forks source link

Tests for completion functions #184

Closed andrewchambers closed 5 years ago

andrewchambers commented 5 years ago

As the completions have got more advanced, we should be testing them with a test case. It may be easiest to shift the default completions to sh.janet to make them easy to access, then it will be easy to just make a normal test case file for them.