Skip to content

Commit bd0579a

Browse files
committed
Merge branch 'master' of https://github.com/attogram/ote
2 parents 047ed84 + e244e9c commit bd0579a

3 files changed

Lines changed: 446 additions & 446 deletions

File tree

test_results.log

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
PASS Tests\Unit\AttributeTest
3-
✓ an attribute can be created 0.20s
3+
✓ an attribute can be created 0.21s
44
✓ an attribute belongs to a lexical entry 0.03s
55

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

99
PASS Tests\Unit\LanguageTest
1010
✓ a language can be created 0.02s
11-
✓ a language has many lexical entries 0.03s
11+
✓ a language has many lexical entries 0.04s
1212

1313
PASS Tests\Unit\LexicalEntryTest
1414
✓ a lexical entry can be created 0.03s
@@ -38,7 +38,7 @@
3838

3939
PASS Tests\Feature\AddLanguageCommandTest
4040
✓ the add language command creates a new language 0.03s
41-
✓ the add language command handles existing languages 0.03s
41+
✓ the add language command handles existing languages 0.02s
4242

4343
PASS Tests\Feature\AddLinkCommandTest
4444
✓ the add link command creates a new link 0.04s
@@ -86,7 +86,7 @@
8686

8787
PASS Tests\Feature\LanguageControllerTest
8888
✓ it displays a list of languages 0.03s
89-
✓ it displays the create language form 0.03s
89+
✓ it displays the create language form 0.02s
9090
✓ it creates a new language 0.03s
9191
✓ it displays the edit language form 0.03s
9292
✓ it updates a language 0.03s
@@ -97,9 +97,9 @@
9797
✓ it displays a list of lexical entries 0.05s
9898
✓ it displays the create lexical entry form 0.03s
9999
✓ it stores a new lexical entry 0.03s
100-
✓ it shows a lexical entry 0.03s
100+
✓ it shows a lexical entry 0.04s
101101
✓ it displays the edit lexical entry form 0.03s
102-
✓ it updates a lexical entry 0.03s
102+
✓ it updates a lexical entry 0.04s
103103
✓ it deletes a lexical entry 0.03s
104104
✓ it displays the create attribute form 0.03s
105105
✓ it stores a new attribute 0.03s
@@ -132,11 +132,11 @@
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.03s
135+
✓ the show language command displays language details 0.04s
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.03s
139+
✓ the show token command displays token details 0.04s
140140
✓ the show token command handles non-existent tokens 0.02s
141141

142142
PASS Tests\Feature\StatsCommandTest
@@ -166,5 +166,5 @@
166166
✓ the validate command finds unused languages 0.03s
167167

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

0 commit comments

Comments
 (0)