Skip to content

Commit 6f1a1ae

Browse files
committed
fix test fixtures
Signed-off-by: scepter914 <scepter914@gmail.com>
1 parent 537cd50 commit 6f1a1ae

6 files changed

Lines changed: 11 additions & 46 deletions

File tree

tests/fixtures/.gitattributes

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[ml_cellar]
2+
use_custom_transfer_agent = false
3+
4+
[aws]

tests/fixtures/README.md renamed to tests/fixtures/test_registry/algorithm_1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# project
1+
# algorithm_1
22

33
## Summary
44

tests/fixtures/project.toml renamed to tests/fixtures/test_registry/algorithm_1/config.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
[file]
1+
[rack]
2+
name = "my_rack"
3+
4+
[artifact]
25
required_files = []
36
optional_files = []
47

8+
[project]
9+
510
[document]
6-
template_file = "template.md"

tests/fixtures/template.md renamed to tests/fixtures/test_registry/algorithm_1/template.md

File renamed without changes.

0 commit comments

Comments
 (0)