-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathrunTests.sh
60 lines (46 loc) · 1.42 KB
/
runTests.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#!/bin/bash
# Test ALL THE THINGS
set -e
# nosetests \
# --with-coverage \
# --exe \
# --cover-package=ChromeController \
# tests.test_simple
# nosetests \
# --with-coverage \
# --exe \
# --cover-package=ChromeController \
# --nocapture \
# tests.test_header_overrides
# nosetests \
# --with-coverage \
# --exe \
# --cover-package=ChromeController \
# tests.test_redirects
# pytest \
# --with-coverage \
# --exe \
# --cover-package=ChromeController \
# --stop \
# tests
# # tests.test_header_overrides
# # --nocapture \
# # tests.test_xhr_get
# # tests.test_post
# # tests.test_tab_pool
# pytest --exitfirst --log-cli-level=DEBUG
pytest --exitfirst
# nosetests \
# --with-coverage \
# --exe \
# --cover-package=ChromeController \
# tests
# tests.test_multithreaded
# --nocapture \
# tests.test_waf_bullshit.TestPreemptiveWrapper
# tests.test_waf_bullshit
# --with-cprofile \
# tests.test_simple
# tests.test_selenium
# coverage report --show-missing
# coverage erase