- 
                Notifications
    
You must be signed in to change notification settings  - Fork 266
 
Some cleanup in tests #910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Some was removed in tafia#821, but not all
Remove the same ignored test from serde-migrated That was fixed in tafia#865
Input                                  tested by
-----------------------------------------------------------------
                                    serde-se
<bla>This is a String</bla>            with_root::str_non_escaped
<bla></bla>                            with_root::str_empty
<bla>     </bla>                       with_root::str_spaces_only
<bla><boom/></bla>               with_root::str_escaped
The following inputs tested only for deserialization and have a rough
equivalent in existing tests:
                                    reader-references
<bla>♫</bla>                     character_reference::dec::text
<bla>♫</bla>                    character_reference::hex::text
                                    --lib
<bla>♫<![CDATA[<cookies/>]]>♫</bla>    de::tests::triples::text::cdata::text
    | 
           
 Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@            Coverage Diff             @@
##           master     #910      +/-   ##
==========================================
+ Coverage   55.52%   58.17%   +2.65%     
==========================================
  Files          42       42              
  Lines       15511    15547      +36     
==========================================
+ Hits         8613     9045     +432     
+ Misses       6898     6502     -396     
 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
  | 
    
…e-de` `test_namespaces` equivalent to `struct_::namespaces`. `test_forwarded_namespace` has no equivalent, but it was ignored anyway. New tests will be written during solving tafia#218
Removed old tests, borrowed from (as it seems) xml-rs, that have equivalents in our testset.