asfaltboy / SublimeTestPlier

run python tests quickly from within a project
https://packagecontrol.io/packages/Test%20Plier
MIT License
10 stars 4 forks source link

Custom python ast #23

Closed asfaltboy closed 6 years ago

asfaltboy commented 6 years ago

this allows users to specify a custom python executable to use per build, for a version specific AST to be used when parsing source code for test targets

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@cfa2884). Click here to learn what that means. The diff coverage is 76.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #23   +/-   ##
==========================================
  Coverage           ?   86.83%           
==========================================
  Files              ?        6           
  Lines              ?      433           
  Branches           ?        0           
==========================================
  Hits               ?      376           
  Misses             ?       57           
  Partials           ?        0
Impacted Files Coverage Δ
tests/sublime_mock.py 100% <100%> (ø)
utils/__init__.py 71.83% <100%> (ø)
tests/test_command.py 100% <100%> (ø)
python_test_plier.py 78.37% <52.63%> (ø)
test_parser.py 96% <92.3%> (ø)

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 cfa2884...3c77aa4. Read the comment docs.