jackfirth / racket-mock

Mocking library for Racket
Other
22 stars 7 forks source link

Improve error message for with-mocks identifier #108

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Adds a syntax class for identifiers bound with define/mock that fails with syntax errors when used on identifiers not bound in this manner. Additionally, moves static information unwrapping logic into this syntax class and exposes the relevant identifiers through syntax class attributes.

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #108 into master will not change coverage

@@           master   #108   diff @@
====================================
  Files          11     11          
  Lines         450    472    +22   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
+ Hits          450    472    +22   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update db9a391...d8420f9