kopia lustrzana https://github.com/thinkst/zippy
7 wiersze
231 B
Python
7 wiersze
231 B
Python
![]() |
#!/usr/bin/env python3
|
||
|
|
||
|
import pytest, os
|
||
|
from lzma_detect import run_on_file
|
||
|
|
||
|
def test_corpus():
|
||
|
assert run_on_file('ai-generated.txt')[0] == 'AI', 'The training corpus should always be detected as AI-generated... since it is'
|