File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -63,3 +63,4 @@ target/
6363venv
6464.env
6565venv3
66+ .noseids
Original file line number Diff line number Diff line change 99 - " pip install -r test_requirements.txt"
1010script :
1111 - pep8 emojipedia/ test_emojipedia.py
12- - nosetests --with-coverage --cover-package=emojipedia
12+ - nosetests --with-coverage --cover-package=emojipedia --with-flaky
1313after_sucess :
1414 - CODECLIMATE_REPO_TOKEN=$COVERAGE_TOKEN codeclimate-test-reporter
Original file line number Diff line number Diff line change 11appdirs == 1.4.0
22beautifulsoup4 == 4.4.0
3+ codeclimate-test-reporter == 0.2.0
4+ coverage == 4.3.4
5+ flaky == 3.4.0
36nose == 1.3.7
47packaging == 16.8
58pyparsing == 2.1.10
Original file line number Diff line number Diff line change 44import nose .tools
55from nose .tools import timed
66from nose import run
7+ from flaky import flaky
78
89
910@nose .tools .raises (RuntimeError )
@@ -92,6 +93,7 @@ def test_emoji_category():
9293 assert e .character
9394
9495
96+ @flaky
9597@timed (15 )
9698def test_all_emoji ():
9799 all_emoji = Emojipedia .all ()
You canβt perform that action at this time.
0 commit comments