diff options
author | zlg <zlg@zlg.space> | 2018-10-10 21:29:08 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2018-10-10 21:29:08 -0700 |
commit | 8775fcd12876f3acc5f9b919afe1cf3be238a186 (patch) | |
tree | e4f03d17a7a8db01cdf20f67a8581e84e4695772 /tests/data/test_import.yml | |
parent | cli: Add "export" command (diff) | |
download | vgstash-8775fcd12876f3acc5f9b919afe1cf3be238a186.tar.gz vgstash-8775fcd12876f3acc5f9b919afe1cf3be238a186.tar.bz2 vgstash-8775fcd12876f3acc5f9b919afe1cf3be238a186.tar.xz vgstash-8775fcd12876f3acc5f9b919afe1cf3be238a186.zip |
Move tests and data to dedicated directory
Also tweaked the export command to report correctly.
Diffstat (limited to 'tests/data/test_import.yml')
-rw-r--r-- | tests/data/test_import.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/data/test_import.yml b/tests/data/test_import.yml new file mode 100644 index 0000000..eb93579 --- /dev/null +++ b/tests/data/test_import.yml @@ -0,0 +1,16 @@ +# vgstash DB file version 0.2 +- ownership: 1 + progress: 3 + system: NES + title: Super Mario Bros. + notes: '' +- ownership: 2 + progress: 4 + system: 3DS + title: The Legend of Zelda + notes: '' +- ownership: 2 + progress: 3 + system: WiiU + title: Super Smash Bros for WiiU + notes: '' |