@@ -6,18 +6,12 @@ def test_minitest_files
6
6
output , status = Open3 . capture2e ( "#{ __dir__ } /../bin/annotate" , "#{ __dir__ } /minitest/" )
7
7
8
8
assert_equal <<~OUTPUT , output
9
- Parsing TEST-AccountTest.xml
10
- Parsing TEST-ClientForecastSyncingTest.xml
11
- Parsing TEST-ClientTest.xml
12
- Parsing TEST-CompanyTest.xml
13
- Parsing TEST-UserBillableRatesTest.xml
14
- Parsing TEST-UserCostRatesTest.xml
15
- Parsing TEST-UserTest.xml
9
+ Parsing 8 junit files
16
10
--- ❓ Checking failures
17
- Ran 330 tests in 21.04s .
18
- There are 3 failures/errors 😭
11
+ Ran 331 tests in 22.03s .
12
+ There are 4 failures/errors 😭
19
13
--- ✍️ Preparing annotation
20
- Ran **330 ** tests in **21.04s **.
14
+ Ran **331 ** tests in **22.03s **.
21
15
<details>
22
16
<summary><code>AccountTest#test_harvest_accounts_have_the_name_limited_to_90_characters</code></summary>
23
17
@@ -53,6 +47,18 @@ def test_minitest_files
53
47
test/models/company_test.rb:2287:in `block (2 levels) in <class:CompanyTest>'</code></pre>
54
48
55
49
</details>
50
+
51
+ <details>
52
+ <summary><code>PayPalHelperTest#test_PayPal-availability-check_for_customers_in_india_doesn't_raise_if_company_has_been_deleted</code></summary>
53
+
54
+ <pre class=\" term\" ><code>OpenSSL::Cipher::CipherError
55
+
56
+ app/models/asana_settings.rb:122:in `access_token'
57
+ app/models/asana_settings.rb:100:in `revoke_token'
58
+ app/models/company.rb:421:in `destroy'
59
+ test/helpers/pay_pal_helper_test.rb:93:in `block in <class:PayPalHelperTest>'</code></pre>
60
+
61
+ </details>
56
62
OUTPUT
57
63
58
64
assert_equal 0 , status . exitstatus
@@ -62,7 +68,7 @@ def test_rspec_files
62
68
output , status = Open3 . capture2e ( "#{ __dir__ } /../bin/annotate" , "#{ __dir__ } /rspec/" )
63
69
64
70
assert_equal <<~OUTPUT , output
65
- Parsing rspec.xml
71
+ Parsing 1 junit file
66
72
--- ❓ Checking failures
67
73
Ran 11 tests in 76.93s.
68
74
There is 1 failure/error 😭
0 commit comments