Eggbertx
cc5f1ec07f
Clean up build.py some more, bump version to 3.10
2024-03-05 21:37:45 -08:00
Eggbertx
852dc8dc09
Remove unnecessary fingerprint fmt.Println call,
2024-03-05 21:17:48 -08:00
Eggbertx
5c97822a0f
Do security audits
2024-03-05 21:01:27 -08:00
Eggbertx
a8436c5ee4
Fix some issues reported by DeepSource
2023-12-19 14:33:40 -08:00
deepsource-autofix[bot]
a9e9acd211
refactor: replace range(len(...)) with enumerate(...)
...
Using `range(len(...))` is not pythonic. Python does not have not index-based loops. Instead, it uses collection iterators. Python has a built-in method `enumerate` which adds a counter to an iterable.
2023-05-22 22:04:59 +00:00
deepsource-autofix[bot]
f0bd56c8c0
refactor: remove unnecessary whitespace
...
Blank lines should not contain any tabs or spaces.
2023-05-22 21:55:26 +00:00
Eggbertx
0b12231f28
Delete recent test post after its creation was confirmed
2023-05-22 13:59:21 -07:00
deepsource-autofix[bot]
65461034c1
refactor: use identity check for comparison to a singleton
...
Comparisons to the singleton objects, like `True`, `False`, and `None`, should be done with identity, not equality. Use `is` or `is not`.
2023-05-22 15:54:57 +00:00
deepsource-autofix[bot]
4babee6f42
refactor: remove unnecessary whitespace
...
Blank lines should not contain any tabs or spaces.
2023-05-22 15:52:37 +00:00
Eggbertx
c75a5fed0f
Fix issues brought up by deepsource
2023-05-22 08:49:32 -07:00
Eggbertx
15465a7afe
Close the QR box if it's visible to get it out of the way
2023-05-19 14:20:14 -07:00
Eggbertx
401ff26369
Add "Log me out everywhere" and "Recent posts" selenium tests
2023-05-19 13:46:55 -07:00
Eggbertx
be483a395e
Clear name field before submitting test posts
2023-05-19 13:06:35 -07:00
Eggbertx
95acd98acc
Add driver property as shortcut to self.options.driver
2023-05-19 12:55:51 -07:00
Eggbertx
8fad3b87a8
Make single test argument work
2023-05-19 12:52:01 -07:00
Eggbertx
99af2ad64f
Separate the tests for better organization
2023-05-18 14:25:30 -07:00
Eggbertx
4019e23d32
Move sounds and non-css images to /html/static
2023-01-26 09:38:04 -08:00
Eggbertx
aba84ceed2
Use router package instead of GET parameter for manage pages
2023-01-04 15:33:50 -08:00
Eggbertx
34d50970db
Have selenium tests delete /seleniumtesting/ at the end of the test
2022-12-22 14:22:31 -08:00
Eggbertx
df31a21da5
Add support for Edge browser in Selenium tests, more DeepSource fixes
2022-12-17 12:03:17 -08:00
Eggbertx
ae632c5402
Make Python changes suggested by DeepSource
2022-12-17 11:48:15 -08:00
Eggbertx
c474d259dc
add test for creating boards
2022-12-16 18:09:19 -08:00
Eggbertx
d23d8ccd8a
Add selenium test for moving threads
2022-09-28 12:49:53 -07:00
Eggbertx
ef0625b46e
Add option to only run the specified test
2022-09-27 15:27:47 -07:00
Eggbertx
8d23b74867
Make selenium tests launchable from build.py
2022-09-27 11:04:05 -07:00