Skip to content

fix env

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

See this annotation in the file changed.

@github-actions 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