We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f15f3 commit 2fe7b5cCopy full SHA for 2fe7b5c
tests/indexerTest.py
@@ -5,8 +5,8 @@
5
from _extensions import *
6
7
def sandbox():
8
- lib.require("stopwords.txt", "https://raw.githubusercontent.com/minprog/pyprog/2022/opdrachten/week5/indexer/dist/indexer/stopwords.txt")
9
- lib.require("test.txt", "https://raw.githubusercontent.com/minprog/pyprog/2022/opdrachten/week5/indexer/dist/indexer/texts/birdman.txt")
+ lib.require("stopwords.txt", "https://raw.githubusercontent.com/minprog/pyprog/2022/opdrachten/week6/indexer/dist/indexer/stopwords.txt")
+ lib.require("test.txt", "https://raw.githubusercontent.com/minprog/pyprog/2022/opdrachten/week6/indexer/dist/indexer/texts/birdman.txt")
10
11
@t.test(1)
12
def checks_type(test):
0 commit comments