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