We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e4775 commit c712909Copy full SHA for c712909
backtesting/test/_test.py
@@ -999,6 +999,7 @@ def test_indicators_picklable(self):
999
class TestDocs(TestCase):
1000
DOCS_DIR = os.path.join(os.path.dirname(__file__), '..', '..', 'doc')
1001
1002
+ @unittest.skipIf('win' in sys.platform, "Locks up with `ModuleNotFoundError: No module named '<run_path>'`")
1003
@unittest.skipUnless(os.path.isdir(DOCS_DIR), "docs dir doesn't exist")
1004
def test_examples(self):
1005
examples = glob(os.path.join(self.DOCS_DIR, 'examples', '*.py'))
0 commit comments