postgres ca database with pythin unit tests
Go to file
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
ca_core Changes to be committed: 2026-02-17 13:54:02 -05:00
tests Changes to be committed: 2026-02-17 13:54:02 -05:00
create_tables.sql Changes to be committed: 2026-02-17 13:54:02 -05:00