Skip to content
Snippets Groups Projects
Select Git revision
  • 73cea19601f63ec2cab425ba6c8b27edf3159421
  • master default protected
  • johannes
  • partial_parser
  • Aloui_Dary
  • ignore_punct
  • AC
  • classifier
  • fixhelp
  • libmacaon2
  • error_predictor
  • morpho
  • ssrnn
  • tfparsing
  • silvio
  • tagger_options
  • maca_trans_frame_parser
  • alexis
  • new_config
  • tagparse
  • maca_graph_parser
21 results

mvt_stack.c

Blame
  • setup.cfg 670 B
    [nosetests]
    #verbosity=1
    where=./splearn
    with-coverage=1
    cover-package=splearn
    cover-erase=1
    cover-html=1
    cover-html-dir=../build/htmlcov
    
    
    # Options for py.test command
    [tool:pytest]
    # Specifies a minimal pytest version required for running tests.
    minversion = 3.0
    # Specifies the options
    addopts = --cov-config .coveragerc --html=build/pytest_report.html -k "not _old" --cov-report html:build/htmlcov --cov=splearn
    # Set the directory basename patterns to avoid when recursing for test discovery.
    norecursedirs = .git sandboxes .settings .cache htmlcov doc references build
    
    [coverage:run]
    source=./splearn
    omit = ./splearn/tests/*
    [coverage:html]
    directory=../htmlcov