Skip to content

Merge pull request #176 from gisce/update_ci #59

Merge pull request #176 from gisce/update_ci

Merge pull request #176 from gisce/update_ci #59

GitHub Actions / PY2TestsResults succeeded Feb 14, 2025 in 0s

All 86 tests pass in 1m 36s

 2 files   2 suites   1m 36s ⏱️
86 tests 86 ✅ 0 💤 0 ❌
87 runs  87 ✅ 0 💤 0 ❌

Results for commit f34a8ae.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / PY2TestsResults

86 tests found

There are 86 tests, see "Raw output" for the full list of tests.
Raw output
A Webservice ‑ the common service
Configuration file ‑ it should parse array values as arrays
Configuration file ‑ it should parse boolean values as booleans
Configuration file ‑ it should parse integer values as integers
Configuration file ‑ it should parse string values as strings
ORM Exceptions ‑ when getting the message of the exception
Parsing view to get searchable fields ‑ Adding fields with select="1"
SQL Utilis module ‑ readonly decorator
The Features Flag system ‑ creating a feature
The Features Flag system ‑ when creating a new repository
The Features Flag system ‑ when getting a feature
The Features Flag system ‑ when registering a new feature
The check_for_features method ‑ it should be exported
The check_for_features method ‑ when getting the features of the server
Total ‑ A Webservice
Total ‑ Configuration file
Total ‑ ORM Exceptions
Total ‑ SQL Utilis module
Total ‑ The Features Flag system
Total ‑ Translating a view
Total ‑ UI Tools
Total ‑ Using an API Wrapper
Total ‑ Using isolation decorator
Total ‑ browse_null
Translating a view ‑ it must translate confirm strings
Translating a view ‑ it must translate text strings
Translating a view ‑ it must translate title strings
UI Tools ‑ Parsing view to get searchable fields
UI Tools ‑ When converting an OSV Exception
UI Tools ‑ When converting attrs to json rules
UI Tools ‑ when parsing attributes conditions
Using an API Wrapper ‑ it must call osv_pool as normal
Using isolation decorator ‑ when cursor_factory is a callable
Using isolation decorator ‑ when using read_only
When converting an OSV Exception ‑ it should parse type, title and body
When converting an OSV Exception ‑ when have multiple 
When converting an OSV Exception ‑ when only have body
When converting an OSV Exception ‑ when only have title
When converting an OSV Exception ‑ when only have type and body
When converting attrs to json rules ‑ if a value is a variable
When converting attrs to json rules ‑ if attrs is empty
browse_null ‑ it should be comparable to False
browse_null ‑ it should be comparable to None
creating a feature ‑ it should be True as default
destral.testing.OOBaseTests ‑ test_access_rules
destral.testing.OOBaseTests ‑ test_all_views
destral.testing.OOBaseTests ‑ test_translate_modules
if a value is a variable ‑ it should be prefixed with $
if attrs is empty ‑ it should reutn an empty string
poweremail.tests.test_poweremail_mailbox.TestPoweremailMailbox ‑ test_poweremail_n_mails_per_batch
poweremail.tests.test_poweremail_mailbox.TestPoweremailMailbox ‑ test_poweremail_n_mails_per_batch_per_account
poweremail.tests.test_poweremail_mailbox.TestPoweremailMailbox ‑ test_save_to_mailbox
poweremail.tests.test_poweremail_mailbox.TestPoweremailMailbox ‑ test_save_to_mailbox_inlining
poweremail.tests.test_poweremail_templates.TestPoweremailTemplates ‑ test_creating_email_gets_default_priority
poweremail.tests.test_poweremail_templates.TestPoweremailTemplates ‑ test_inliner_from_template
poweremail.tests.test_poweremail_templates.TestPoweremailTemplates ‑ test_inliner_from_template_send_wizard
poweremail.tests.test_poweremail_templates.TestPoweremailTemplates ‑ test_no_inliner_from_template
poweremail.tests.test_poweremail_templates.TestPoweremailTemplates ‑ test_no_inliner_from_template_send_wizard
poweremail.tests.test_poweremail_templates.TestPoweremailTemplates ‑ test_remove_action_reference
poweremail.tests.test_poweremail_templates.TestPoweremailTemplates ‑ test_send_wizards_gets_default_priority_from_template
readonly decorator ‑ it must add cursor factory to method
the common service ‑ The check_for_features method
when creating a new repository ‑ it should have another store per class
when cursor_factory is a callable ‑ it should call the callable
when evaluating conditions ‑ it should evaluate lists
when evaluating conditions ‑ it should return the correct key
when evaluating conditions ‑ it should use time builin
when evaluating conditions ‑ it should work with AND
when evaluating conditions ‑ it should work with False/True/None
when getting a feature ‑ when the feature doesn't exist
when getting a feature ‑ when the feature exists
when getting the features of the server ‑ it should return a dict with the feature and the feature as the value
when getting the message of the exception ‑ it is warning type
when getting the message of the exception ‑ it must following the format pattern of type -- name\n\nvalue
when only have body ‑ it should parse only body and default type is warning
when only have title ‑ it should parse only title and default type is warning
when only have type and body ‑ it should parse only type and body
when parsing attributes conditions ‑ it should parse the keys of attribute
when parsing attributes conditions ‑ when evaluating conditions
when registering a new feature ‑ it should be stored in the features repository
when registering a new feature ‑ it should fail if there is another feature with the same name
when the feature doesn't exist ‑ it should return None
when the feature exists ‑ it should return the feature
when using read_only ‑ it should have readonly and isolation_level both
when using read_only ‑ it should have the property isolation_level
when using read_only ‑ it should have the property readonly