fix env #21
GitHub Actions / Test Results
succeeded
Feb 18, 2025 in 0s
All 75 tests pass in 0s
β2 filesβββ2 suitesβββ0s β±οΈ
75 testsβ75 β
β0 π€β0 β
76 runsββ76 β
β0 π€β0 β
Results for commit 48eabd9.
Annotations
Check notice on line 0 in .github
github-actions / Test Results
75 tests found
There are 75 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
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
Loading