300f6620c0
fix: cleanup for buffer fixture
...
idk who made this?? it was already fixed in dev env, uncommitted
Co-authored-by: cschen <cschen@codemp.dev>
Co-authored-by: zaaarf <me@zaaarf.foo>
2024-11-05 00:18:06 +01:00
c42b091b63
test: better assert_or_err messages
...
Co-authored-by: cschen <cschen@codemp.dev>
2024-11-05 00:16:27 +01:00
ee2ced51ca
chore: removed need of adding type hints
...
Co-authored-by: cschen <cschen@codemp.dev>
2024-11-05 00:15:17 +01:00
c1c9dea033
tests: actually delete the buffer in the buffer fixture
2024-11-03 20:11:21 +01:00
c08e209e06
tests: cleanup redundant code
2024-11-03 19:58:09 +01:00
cschen
c0bff45989
fix(test): add more clear explainations of what went wrong.
2024-11-03 17:53:27 +01:00
cschen
3773ebfd7d
test: moved around previously existing tests. and other formatter shenanigans
2024-11-03 17:26:14 +01:00
cschen
7f17d1fd6e
test: inviting users to one's workspace
2024-11-03 17:24:47 +01:00
cschen
84bfc45fc8
test(WIP): added skeleton for testing of behaviour when deleting workspace with people attached.
...
Need to know what is the expected behaviour that we want.
2024-11-03 17:24:08 +01:00
cschen
35b9b12aaf
test: deleting twice or non existing is an error
2024-11-03 17:23:00 +01:00
cschen
9d0c961ac2
test: delete empty workspace
2024-11-03 17:22:41 +01:00
cschen
781fd9ba42
test: leaving workspaces, attaching after leaving
2024-11-03 17:22:13 +01:00
cschen
fdd272646d
test: attaching to a non existing workspace is an error
2024-11-03 17:21:06 +01:00
cschen
ccb5406ccf
test: attaching to workspaces and making them active
2024-11-03 17:20:30 +01:00
cschen
9ff9a47d86
test: can't create workspace more than once
2024-11-03 17:20:09 +01:00
cschen
44e5e390eb
chore: implement from ConnectionError and from RemoteError for AssertionError
2024-11-03 17:19:38 +01:00
cschen
dc627dc6af
fmt: formatter shenanigans
2024-11-03 17:18:47 +01:00
cschen
7a535d4492
test: workspace creation and lookup
2024-11-03 17:18:24 +01:00
111020afd8
test: buffer fixture
test / test-beta (beta) (push) Blocked by required conditions
test / test-beta (nightly) (push) Blocked by required conditions
test / test-unit (push) Waiting to run
test / test-functional (push) Blocked by required conditions
test / test-build (java, macos-latest) (push) Blocked by required conditions
test / test-build (java, ubuntu-latest) (push) Blocked by required conditions
test / test-build (java, windows-latest) (push) Blocked by required conditions
test / test-build (js, macos-latest) (push) Blocked by required conditions
test / test-build (js, ubuntu-latest) (push) Blocked by required conditions
test / test-build (js, windows-latest) (push) Blocked by required conditions
test / test-build (luajit, macos-latest) (push) Blocked by required conditions
test / test-build (luajit, ubuntu-latest) (push) Blocked by required conditions
test / test-build (luajit, windows-latest) (push) Blocked by required conditions
test / test-build (py, macos-latest) (push) Blocked by required conditions
test / test-build (py, ubuntu-latest) (push) Blocked by required conditions
test / test-build (py, windows-latest) (push) Blocked by required conditions
2024-11-02 23:26:42 +01:00
cd4e09c1cd
test: show for which test workspace was
...
basically fixtures leak workspaces when errors occur, so to better debug
what is happening every test now names its workspace. this is tedious
and should probably be removed eventually but for now it helps a ton
2024-10-30 17:33:51 +01:00
e0b919bae8
fix: more time in tryRecv to compensate longer RTT
2024-10-30 14:22:51 +01:00
90568bba8d
test: ignored a test, fixed another
...
leftover assert!(false) for debugging, test_cant_delete_other_buffers
will not work since server doesn't track buffer ownership yet
2024-10-30 13:50:08 +01:00
26bbd190dd
test: split down test stuff a bit
2024-10-30 13:21:09 +01:00
5ee87739c7
test: added scoped fixtures and e2e tests
...
Co-authored-by: zaaarf <me@zaaarf.foo>
Co-authored-by: frelodev <frelodev@gmail.com>
2024-10-30 13:03:46 +01:00