summaryrefslogtreecommitdiff
path: root/features/fminer.feature
blob: 0b66b519ff1ed8e34f471b9c5dc23555f941a510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@rest
Feature: Fminer

	Scenario Outline: Add data to a dataset
		Given name is <name>
		And compound_format is smiles
		And a file <filename>
		When I apply fminer 
		Then I should receive a valid URI
		And the URI should return a YAML representation

	Examples:
		|name                   |filename                   |
		|Hamster Carcinogenicity|hamster_carcinogenicity.csv|
	#|Salmonella mutagenicity|kazius.csv|