File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
axelrod/tests/integration Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class TestMatchOutcomes(unittest.TestCase):
29
29
),
30
30
turns = integers (min_value = 1 , max_value = 20 ),
31
31
)
32
- @settings (max_examples = 5 )
32
+ @settings (max_examples = 5 , deadline = None )
33
33
def test_outcome_repeats (self , strategies , turns ):
34
34
"""A test that if we repeat 3 matches with deterministic and well
35
35
behaved strategies then we get the same result"""
Original file line number Diff line number Diff line change 1
- Cooperator :
2
- name : Cooperator
3
- Defector :
4
- name : Defector
1
+ Cooperator :
2
+ name : Cooperator
3
+ Defector :
4
+ name : Defector
Original file line number Diff line number Diff line change 33
33
mypy
34
34
types-setuptools
35
35
commands =
36
- python -m pytest -- cov-report term-missing --cov =axelrod --cov-fail-under =100 -n auto . --doctest-glob =" *.md" --doctest-glob =" *.rst"
36
+ python -m pytest -v -- cov-report term-missing --cov =axelrod --cov-fail-under =100 -n 4 . --doctest-glob =" *.md" --doctest-glob =" *.rst" -- durations =0
37
37
python -m black -l 80 . --check
38
38
python -m isort --check-only axelrod/.
39
39
python run_mypy.py
You can’t perform that action at this time.
0 commit comments