about summary refs log tree commit diff
path: root/tests/helpers
AgeCommit message (Collapse)Author
6 daysParameterize number of samples in genotype frame strategy.Arun Isaac
6 daysParameterize presence of reference column in genotype frame strategy.Arun Isaac
6 daysAdd keys strategy.Arun Isaac
Add keys strategy, and use it.
8 daysAdd is_phenotype_metadata_column.Arun Isaac
Promote phenotype_reserved_column_name_p from helpers.strategies to is_phenotype_metadata_column in pyhegp.serialization.
8 daysDrop duplicates in generated test phenotype frames.Arun Isaac
8 daysAdd is_genotype_metadata_column.Arun Isaac
Promote genotype_reserved_column_name_p from helpers.strategies to is_genotype_metadata_column in pyhegp.serialization, and use it everywhere.
8 daysDrop duplicates in generated test genotype frames.Arun Isaac
8 daysMove hypothesis strategies to separate file.Arun Isaac
These strategies may be used by other test modules as well.