Skip to content

Commit 80263cf

Browse files
committed
Merge branch 'master' of https://github.com/attogram/ote
2 parents c9c68e3 + bdcba52 commit 80263cf

File tree

3 files changed

+448
-448
lines changed

3 files changed

+448
-448
lines changed

test_results.log

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
✓ an attribute belongs to a lexical entry 0.03s
55

66
PASS Tests\Unit\ExampleTest
7-
✓ that true is true 0.03s
7+
✓ that true is true 0.04s
88

99
PASS Tests\Unit\LanguageTest
1010
✓ a language can be created 0.02s
@@ -81,17 +81,17 @@
8181
✓ the validation page shows issues 0.03s
8282

8383
PASS Tests\Feature\ImportOteFileCommandTest
84-
✓ the import ote file command imports data from a file 0.04s
84+
✓ the import ote file command imports data from a file 0.05s
8585
✓ the import ote file command handles missing file 0.02s
8686

8787
PASS Tests\Feature\LanguageControllerTest
8888
✓ it displays a list of languages 0.03s
89-
✓ it displays the create language form 0.02s
89+
✓ it displays the create language form 0.03s
9090
✓ it creates a new language 0.03s
9191
✓ it displays the edit language form 0.03s
9292
✓ it updates a language 0.03s
9393
✓ it deletes a language 0.03s
94-
✓ it shows a language and its lexical entries 0.03s
94+
✓ it shows a language and its lexical entries 0.04s
9595

9696
PASS Tests\Feature\LexiconControllerTest
9797
✓ it displays a list of lexical entries 0.05s
@@ -132,28 +132,28 @@
132132
✓ the show entry command handles non-existent entries 0.02s
133133

134134
PASS Tests\Feature\ShowLanguageCommandTest
135-
✓ the show language command displays language details 0.04s
135+
✓ the show language command displays language details 0.03s
136136
✓ the show language command handles non-existent languages 0.02s
137137

138138
PASS Tests\Feature\ShowTokenCommandTest
139-
✓ the show token command displays token details 0.04s
139+
✓ the show token command displays token details 0.03s
140140
✓ the show token command handles non-existent tokens 0.02s
141141

142142
PASS Tests\Feature\StatsCommandTest
143-
✓ the stats command displays lexicon statistics 0.25s
143+
✓ the stats command displays lexicon statistics 0.26s
144144

145145
PASS Tests\Feature\TokenControllerTest
146-
✓ it displays a list of tokens 0.03s
146+
✓ it displays a list of tokens 0.04s
147147
✓ it displays the create token form 0.02s
148-
✓ it creates a new token 0.02s
148+
✓ it creates a new token 0.03s
149149
✓ it displays the edit token form 0.03s
150150
✓ it updates a token 0.03s
151151
✓ it deletes a token 0.03s
152152
✓ it shows a token and its lexical entries 0.03s
153153

154154
PASS Tests\Feature\UpdateLanguageCommandTest
155-
✓ the update language command updates a language 0.03s
156-
✓ the update language command handles non-existent languages 0.02s
155+
✓ the update language command updates a language 0.04s
156+
✓ the update language command handles non-existent languages 0.03s
157157

158158
PASS Tests\Feature\UpdateTokenCommandTest
159159
✓ the update token command updates a token 0.03s
@@ -166,5 +166,5 @@
166166
✓ the validate command finds unused languages 0.03s
167167

168168
Tests: 96 passed (305 assertions)
169-
Duration: 3.70s
169+
Duration: 3.80s
170170

0 commit comments

Comments
 (0)