Commit Graph

1 Commits

Author SHA1 Message Date
Morten V. Christiansen 5c8153ed19 Changes to be committed:
deleted:    .create_tables.sql.swp
	new file:   ca_core/__init__.py
	new file:   ca_core/__pycache__/__init__.cpython-313.pyc
	new file:   ca_core/__pycache__/entity.cpython-313.pyc
	new file:   ca_core/__pycache__/group_member.cpython-313.pyc
	new file:   ca_core/__pycache__/metadata.cpython-313.pyc
	new file:   ca_core/__pycache__/property.cpython-313.pyc
	new file:   ca_core/entity.py
	new file:   ca_core/group_member.py
	new file:   ca_core/metadata.py
	new file:   ca_core/property.py
	modified:   create_tables.sql
	deleted:    tests/.create_testdata.sql.swp
	new file:   tests/__pycache__/test_entity.cpython-313.pyc
	new file:   tests/__pycache__/test_group.cpython-313.pyc
	new file:   tests/__pycache__/test_metadata.cpython-313.pyc
	new file:   tests/__pycache__/test_property.cpython-313.pyc
	new file:   tests/test_entity.py
	new file:   tests/test_group.py
	new file:   tests/test_metadata.py
	new file:   tests/test_property.py
2026-02-17 13:54:02 -05:00