Skip to content

0.2 릴리즈 노트

Choose a tag to compare

@Manggee Manggee released this 17 Aug 07:10
· 1 commit to v0.2/movielist since this release

코드 결과

$ tree data
.
└── movies
    ├── year=2015
    │   └── data.json
    ├── year=2016
    │   └── data.json
    ├── year=2017
    │   └── data.json
    ├── year=2018
    │   └── data.json
    ├── year=2019
    │   └── data.json
    ├── year=2020
    │   └── data.json
    └── year=2021
        └── data.json

8 directories, 7 file

데이터가 이미 있는 경우

$ pytest -s
=============================== test session starts ===============================
platform linux -- Python 3.11.9, pytest-8.3.2, pluggy-1.5.0
rootdir: /home/manggee/code/movdata
configfile: pyproject.toml
plugins: anyio-4.4.0, time-machine-2.14.2
collected 1 item

tests/test_ml.py 데이터가 이미 존재합니다: data/movies/year=2015/data.json
데이터가 이미 존재합니다: data/movies/year=2016/data.json
데이터가 이미 존재합니다: data/movies/year=2017/data.json
데이터가 이미 존재합니다: data/movies/year=2018/data.json
데이터가 이미 존재합니다: data/movies/year=2019/data.json
데이터가 이미 존재합니다: data/movies/year=2020/data.json
데이터가 이미 존재합니다: data/movies/year=2021/data.json