summaryrefslogtreecommitdiffstats
path: root/tests/test_environment_record_dependencies.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_environment_record_dependencies.py')
-rw-r--r--tests/test_environment_record_dependencies.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test_environment_record_dependencies.py b/tests/test_environment_record_dependencies.py
deleted file mode 100644
index 0a17253..0000000
--- a/tests/test_environment_record_dependencies.py
+++ /dev/null
@@ -1,10 +0,0 @@
-"""Tests for ``record_dependencies``."""
-
-import pytest
-
-
-@pytest.mark.sphinx('html', testroot='environment-record-dependencies')
-def test_record_dependencies_cleared(app):
- app.builder.read()
- assert app.env.dependencies['index'] == set()
- assert app.env.dependencies['api'] == {'example_module.py'}