gilch / hissp

It's Python with a Lissp.
https://gitter.im/hissp-lang/community
Apache License 2.0
369 stars 9 forks source link

Sybil lissp #156

Closed gilch closed 2 years ago

gilch commented 2 years ago

Fixes an issue with docstrings not appearing in defmacro forms created by macros and enables Sybil tests in .lissp files.

codecov[bot] commented 2 years ago

Codecov Report

Merging #156 (76e4b73) into master (92abbdd) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #156   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          680       682    +2     
  Branches       107       107           
=========================================
+ Hits           680       682    +2     
Impacted Files Coverage Δ
src/hissp/__init__.py 100.00% <ø> (ø)
src/hissp/reader.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 92abbdd...76e4b73. Read the comment docs.

gilch commented 2 years ago

Looks like the build isn't finding the new tests.

gilch commented 2 years ago

Yeah, it found the doctests in the .py files, but not the Sybil tests in the .lissp file. I may need to experiment a bit.

gilch commented 2 years ago

OK. All green and appears to be finding all the tests.