mirror of
https://github.com/codl/forget
synced 2025-01-06 04:07:16 +01:00
c54390801c
also ran yapf on tasks.py
7 lines
142 B
Python
7 lines
142 B
Python
import version
|
|
|
|
|
|
def test_libversion_url():
|
|
import libforget.version
|
|
assert libforget.version.url_for_version(version.get_versions())
|