@@ -1205,8 +1205,8 @@ def test_package(self, builder, parse):
1205
1205
1206
1206
# TODO: Look for expected contents
1207
1207
1208
- subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1209
- subpackage_file = parse (subpackage_path )
1208
+ # subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1209
+ # subpackage_file = parse(subpackage_path)
1210
1210
1211
1211
# TODO: Look for expected contents
1212
1212
@@ -1231,8 +1231,8 @@ def test_module(self, builder, parse):
1231
1231
1232
1232
# TODO: Look for expected contents
1233
1233
1234
- subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1235
- subpackage_file = parse (subpackage_path )
1234
+ # subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1235
+ # subpackage_file = parse(subpackage_path)
1236
1236
1237
1237
# TODO: Look for expected contents
1238
1238
@@ -1260,8 +1260,8 @@ def test_class(self, builder, parse):
1260
1260
1261
1261
# TODO: Look for expected contents
1262
1262
1263
- subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1264
- subpackage_file = parse (subpackage_path )
1263
+ # subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1264
+ # subpackage_file = parse(subpackage_path)
1265
1265
1266
1266
# TODO: Look for expected contents
1267
1267
@@ -1270,8 +1270,8 @@ def test_class(self, builder, parse):
1270
1270
1271
1271
# TODO: Look for expected contents
1272
1272
1273
- error_path = "_build/html/autoapi/example/foo/FooError.html"
1274
- error_file = parse (error_path )
1273
+ # error_path = "_build/html/autoapi/example/foo/FooError.html"
1274
+ # error_file = parse(error_path)
1275
1275
1276
1276
# TODO: Look for expected contents
1277
1277
@@ -1297,8 +1297,8 @@ def test_function(self, builder, parse):
1297
1297
1298
1298
# TODO: Look for expected contents
1299
1299
1300
- subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1301
- subpackage_file = parse (subpackage_path )
1300
+ # subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1301
+ # subpackage_file = parse(subpackage_path)
1302
1302
1303
1303
# TODO: Look for expected contents
1304
1304
@@ -1307,17 +1307,17 @@ def test_function(self, builder, parse):
1307
1307
1308
1308
# TODO: Look for expected contents
1309
1309
1310
- error_path = "_build/html/autoapi/example/foo/FooError.html"
1311
- error_file = parse (error_path )
1310
+ # error_path = "_build/html/autoapi/example/foo/FooError.html"
1311
+ # error_file = parse(error_path)
1312
1312
1313
1313
# TODO: Look for expected contents
1314
1314
1315
- foo_path = "_build/html/autoapi/example/foo/Foo.html"
1315
+ foo_path = "_build/html/autoapi/example/foo/Foo/index .html"
1316
1316
foo_file = parse (foo_path )
1317
1317
1318
1318
# TODO: Look for expected contents
1319
1319
1320
- func_path = "_build/html/autoapi/example/foo/ module_level_function.html"
1320
+ func_path = "_build/html/autoapi/example/module_level_function.html"
1321
1321
func_file = parse (func_path )
1322
1322
1323
1323
# TODO: Look for expected contents
@@ -1338,8 +1338,8 @@ def test_method(self, builder, parse):
1338
1338
1339
1339
# TODO: Look for expected contents
1340
1340
1341
- subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1342
- subpackage_file = parse (subpackage_path )
1341
+ # subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1342
+ # subpackage_file = parse(subpackage_path)
1343
1343
1344
1344
# TODO: Look for expected contents
1345
1345
@@ -1383,8 +1383,8 @@ def test_attribute(self, builder, parse):
1383
1383
1384
1384
# TODO: Look for expected contents
1385
1385
1386
- subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1387
- subpackage_file = parse (subpackage_path )
1386
+ # subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1387
+ # subpackage_file = parse(subpackage_path)
1388
1388
1389
1389
# TODO: Look for expected contents
1390
1390
@@ -1438,8 +1438,8 @@ def test_data(self, builder, parse):
1438
1438
1439
1439
# TODO: Look for expected contents
1440
1440
1441
- subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1442
- subpackage_file = parse (subpackage_path )
1441
+ # subpackage_path = "_build/html/autoapi/example/subpackage/index.html"
1442
+ # subpackage_file = parse(subpackage_path)
1443
1443
1444
1444
# TODO: Look for expected contents
1445
1445
0 commit comments