instructlab / sdg

Python library for Synthetic Data Generation
Apache License 2.0
5 stars 13 forks source link

Move unit tests from instructlab repo #39

Closed russellb closed 6 days ago

russellb commented 6 days ago

bc0185e Move unit tests from instructlab repo c67b16e Add tox config for running unit tests ed4c4c8 github: Add unit test CI job

commit bc0185e4c48af15982852a129021b712ef485d94 Author: Russell Bryant rbryant@redhat.com Date: Tue Jun 25 11:10:48 2024 -0400

Move unit tests from instructlab repo

These tests covered chunking code that was already moved to this repo.
They should be added here before I remove them from the instructlab
repo.

Signed-off-by: Russell Bryant <rbryant@redhat.com>

commit c67b16e929703fb7206f4a6f1094e1d83dcdba79 Author: Russell Bryant rbryant@redhat.com Date: Tue Jun 25 11:11:25 2024 -0400

Add tox config for running unit tests

Signed-off-by: Russell Bryant <rbryant@redhat.com>

commit ed4c4c8b58d5346d24f994ab019b832a0e3c3d55 Author: Russell Bryant rbryant@redhat.com Date: Tue Jun 25 11:13:12 2024 -0400

github: Add unit test CI job

Signed-off-by: Russell Bryant <rbryant@redhat.com>
russellb commented 6 days ago

this is just moving existing code from the instructlab repo, so I'm going to merge.