about summary refs log tree commit diff
path: root/tests
AgeCommit message (Collapse)Author
2025-07-24Add test for the `check` function.Frederick Muriuki Muriithi
2025-07-24Add test to check for reduction of specifications.Frederick Muriuki Muriithi
2025-07-24Populate empty tests.Frederick Muriuki Muriithi
2025-07-23Add some more tests for invalid specifications.Frederick Muriuki Muriithi
2025-07-23Privileges-check specification parsing: add a new test.Frederick Muriuki Muriithi
Check that the parser reduces interleaved conditions into a simpler tree, merging conditionals where appropriate.
2025-07-22Begin working on simple DSL for privileges checking.Frederick Muriuki Muriithi
2025-05-26Fix test to match updated MySQL connect() keyword args.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-12-09Parse SSL options for the connection string.Frederick Muriuki Muriithi
2024-12-09Parse for SSL_MODE option values from a list of acceptable values.Frederick Muriuki Muriithi
2024-12-09Check for non-negative integers.Frederick Muriuki Muriithi
2024-12-09Parse a larger pool of possible boolean valuesFrederick Muriuki Muriithi
When a key is supposed to have a boolean value, parse the value from a larger pool of both true and false values.
2024-11-21Initialise test directories as packages to prevent pytest failure.Frederick Muriuki Muriithi
2024-11-21Fix linting and mypy errorsFrederick Muriuki Muriithi
2024-11-21Add tests for gn_libs.mysqldb moduleFrederick Muriuki Muriithi