Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 609 Bytes

File metadata and controls

25 lines (15 loc) · 609 Bytes

Prolog Tester

Features

This extension allows you to run unit tests for prolog files using the integrated Visual studio Code Testing Framework.

Requirements

SWI Prolog must be installed and the path to the executable must be set in the environmental Variable PATH. (test in terminal to check: swipl --version)

Known Issues

No known issues. (Please report any issues to the github repository)

Release Notes

0.5.0:

  • Added support for multiple test files
  • Added support for prolog test files
  • Added support for prolog files with multiple tests
  • Added support for SWI-Prolog

Enjoy!