Skip to content

Commit

Permalink
ignore second ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobson Lane committed Jun 30, 2020
1 parent a7fb419 commit 81c8189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source = */nlpia/*
omit =
src/nlpia/data/*
src/nlpia/book/*
src/nlpia/second_edition/*
src/nlpia/talk.py
src/nlpia/highd.py

Expand Down
23 changes: 1 addition & 22 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ norecursedirs =
src/nlpia/book
src/book
src/nlpia/scripts
src/nlpia/second_edition
book
dist
build
Expand All @@ -29,25 +30,3 @@ addopts =
--doctest-glob='test*.md'
--ignore='src/nlpia/talk.py'
--ignore='src/nlpia/highd.py'

# python_files (args) glob-style file patterns for Python test module discovery
# python_classes (args) prefixes or glob names for Python test class discovery
# python_functions (args) prefixes or glob names for Python test function and method discovery
# junit_suite_name (string) Test suite name for JUnit report
# doctest_encoding (string) encoding used for doctest files
# cache_dir (string) cache directory path.
# filterwarnings (linelist) Each line specifies a pattern for warnings.filterwarnings. Processed after -W and --pythonwarnings.
# log_print (bool) default value for --no-print-logs
# log_level (string) default value for --log-level
# log_format (string) default value for --log-format
# log_date_format (string) default value for --log-date-format
# log_cli (bool) enable log display during test run (also known as "live logging").
# log_cli_level (string) default value for --log-cli-level
# log_cli_format (string) default value for --log-cli-format
# log_cli_date_format (string) default value for --log-cli-date-format
# log_file (string) default value for --log-file
# log_file_level (string) default value for --log-file-level
# log_file_format (string) default value for --log-file-format
# log_file_date_format (string) default value for --log-file-date-format
# addopts (args) extra command line options
# minversion (string) minimally required pytest version
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ doctest_optionflags =
norecursedirs =
src/nlpia/book
src/book
src/second_edition
book
dist
build
Expand Down

0 comments on commit 81c8189

Please sign in to comment.