Skip to content

Commit

Permalink
tests: docs: Test Software Portal with rest of docs
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Aug 18, 2021
1 parent 9f67c0d commit 7f295bb
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 34 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
- docs/examples/integration.rst
- docs/examples/or_covid_data_by_county.rst
- docs/examples/shouldi.rst
- docs/examples/swportal.rst
- docs/examples/icecream_sales.rst
- docs/installation.rst
- docs/troubleshooting.rst
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ docs/plugins/dffml_*.rst
docs/api/**
docs/changelog.md
docs/shouldi.md
docs/swportal.rst
docs/contributing/consoletest.md
/consoletest/
tests/service/logs/
Expand Down
1 change: 0 additions & 1 deletion dffml/service/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,6 @@ async def run(self):
files_to_check = [
(("changelog.md",), ("CHANGELOG.md",)),
(("shouldi.md",), ("examples", "shouldi", "README.md",)),
(("swportal.rst",), ("examples", "swportal", "README.rst",)),
(
("contributing", "consoletest.md",),
("dffml", "util", "testing", "consoletest", "README.md",),
Expand Down
1 change: 1 addition & 0 deletions docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The following are some example use cases of DFFML.
integration
shouldi
dataflows
swportal
mnist
flower17/flower17
or_covid_data_by_county
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ branch can be found `here <master/index.html>`_.
:caption: Subprojects

shouldi
swportal

.. toctree::
:glob:
Expand Down
2 changes: 1 addition & 1 deletion tests/docs/test_consoletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def pickle_load(fileobj):
return testcase


SKIP_DOCS = ["swportal", "plugins/dffml_model"]
SKIP_DOCS = ["plugins/dffml_model"]
# Quick examples with no install commands, no venv needed
NO_SETUP = [
"tutorials/doublecontextentry",
Expand Down
29 changes: 0 additions & 29 deletions tests/docs/test_swportal.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/service/test_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ class TestMakeDocs(AsyncTestCase):
symlinks_to_chk = [
(("changelog.md",), ("CHANGELOG.md",)),
(("shouldi.md",), ("examples", "shouldi", "README.md",)),
(("swportal.rst",), ("examples", "swportal", "README.rst",)),
(
("contributing", "consoletest.md",),
("dffml", "util", "testing", "consoletest", "README.md",),
Expand Down

0 comments on commit 7f295bb

Please sign in to comment.