- Notifications
You must be signed in to change notification settings - Fork24
Add some tests for interestingness scripts.#50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
179ac3182200e649fcfec30046abbe1d92a3813f3fbc8561b49c15b0b216ec3c70abe4dfb218ce4d7dcaFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -290,7 +290,7 @@ class InterestingnessTests(TestCase): | ||
| " for p in" | ||
| " (itertools.chain.from_iterable(glob.glob(d) for d in sys.argv[1:])" | ||
| " if len(sys.argv) > 1" | ||
| " else os.listdir('.'))" | ||
| "]")] | ||
| sleep_cmd = [sys.executable, "-c", "import time;time.sleep(3)"] | ||
| ||
| if platform.system() == "Windows": | ||