Commit graph

78 commits

Author SHA1 Message Date
Cédric Bonhomme
10256ba28b
chg: Updated copyright years. 2025-01-03 13:17:58 +01:00
Cédric Bonhomme
b592ce4bcb
chg: Updated repository default URL. 2024-03-01 10:14:10 +01:00
Cédric Bonhomme
5c94a790bc
Fixed mypy issue. 2024-01-02 10:06:04 +01:00
Cédric Bonhomme
d863dbfddb
Updated copyright years. 2024-01-01 20:32:02 +01:00
Cédric Bonhomme
a3dd6be618
Dropped Python 3.8 support. 2023-12-31 00:38:32 +01:00
Cédric Bonhomme
0537c13a08
Updated CHANGELOG. 2023-05-23 10:04:06 +02:00
Cédric Bonhomme
2e4f1629fd
fix: [mypy] Addressed mypy errors. 2022-11-20 00:15:25 +01:00
Cédric Bonhomme
1f684966cc
chg: [tests] Removed test which exceded the limit of int that can be parsed. 2022-11-20 00:06:46 +01:00
Cédric Bonhomme
e290d1260e
chg: [flake] Addressed some flake and mypy issues. 2022-11-13 23:28:32 +01:00
Cédric Bonhomme
053c27ad4f
chg: [tests] Use a bigger picture with the Mersenne generator. 2022-11-13 20:34:40 +01:00
Flavien
82b59f73db Add test with mersenne generator 2022-11-11 14:19:34 +01:00
Flavien
54938159d4 Add test with ackermann_naive generator 2022-11-11 14:07:40 +01:00
Flavien
eed1f08526 Merge lsb and lsbset tests 2022-11-11 12:17:16 +01:00
Flavien
3103a3ae9b Merge lsb and lsbset modules 2022-11-11 12:15:25 +01:00
Cédric Bonhomme
1b8d8042b7
fix: [core] various minor bug fixes. 2022-01-05 00:29:13 +01:00
Cédric Bonhomme
555cf1acc2
chg: updated releases note. 2021-11-29 22:58:41 +01:00
Cédric Bonhomme
d7ea51eed7
chg: [style] !minor reformat 2021-11-24 13:38:04 +01:00
Cédric Bonhomme
27083934d0
chg: [test] decrease relative tolerance. 2021-11-24 12:00:06 +01:00
Cédric Bonhomme
1033933f85
chg: [test] decrease relative tolerance. 2021-11-24 09:40:13 +01:00
Cédric Bonhomme
c25cdc09f7
chg: [test] trying assert_allclose instead of assert_array_equal. 2021-11-24 09:29:14 +01:00
Cédric Bonhomme
a1213a9163
chg: [style] Reformated with black. 2021-11-24 09:16:05 +01:00
Cédric Bonhomme
891051f77b
chg: [shi-tomashi corner generator] fixed the test of the generator 2021-11-24 09:15:35 +01:00
thundersparkf
c774e9e91c added: test cases for shi-tomashi generator
Signed-off-by: thundersparkf <devagastya0@gmail.com>
2021-11-23 03:08:12 +05:30
Cédric Bonhomme
c1ec5b9ab1
updated copyright years 2021-02-06 23:03:35 +01:00
Cédric Bonhomme
71f6c08c28
Improved code style. 2019-12-17 09:18:37 +01:00
Cédric Bonhomme
e5cfceb261
Updated URLs. 2019-12-15 15:53:47 +01:00
Cédric Bonhomme
5122f204f6
Cleaned headers info 2019-06-07 22:56:18 +02:00
AdrienCos
a060757f76
Added steganalysis.statistics unit test 2019-06-06 22:36:06 -04:00
AdrienCos
2d74094dc3
Fixed steganalysis parity to be compatible with RGBA images 2019-06-06 21:59:25 -04:00
AdrienCos
064456e2a3
Added a unit test for steganlysis-parity 2019-06-06 21:45:15 -04:00
AdrienCos
9f032fffbc Implemented LFSR generator with tests and CLI integration 2019-06-04 17:30:55 -04:00
AdrienCos
1533db0425
Added Ackermann tests for better coverage 2019-06-04 12:29:04 -04:00
AdrienCos
c6603e276b
Fixed unit test for ackermann naive 2019-06-04 12:12:37 -04:00
Cédric Bonhomme
37aeb39167
fixed ackermann tests 2019-06-01 01:39:53 +02:00
Cédric Bonhomme
5694e5c806
Ackermann is now encapsulated in a generator. 2019-06-01 00:58:00 +02:00
Cédric Bonhomme
ba3cde6112
Updated tests. 2019-04-10 15:09:07 +02:00
Cédric Bonhomme
ea2de8142c
added a shift parameter for the lsbset module. 2018-12-18 21:38:25 +01:00
Mickaël Schoentgen
f9619a8e1c Fix ResourceWarning: unclosed file, in tests 2018-08-18 11:43:38 +02:00
Cédric Bonhomme
5322ae7839
Change the generator used for the test. 2017-06-11 23:40:15 +02:00
Maxwell Gerber
e47f55af7e Finish cleaning up unit tests per cedric's approval 2017-05-07 03:55:18 -07:00
Maxwell Gerber
49c2986584 Move mersene to own file 2017-05-07 03:20:38 -07:00
Maxwell Gerber
74c4ff25a1 Move base64 string constant to own file, move ackermann to own file, create expected-results directory 2017-05-07 03:11:57 -07:00
Cédric Bonhomme
98682932b5
Improved generators and the coverage of the tests. 2017-05-05 09:46:12 +02:00
Cédric Bonhomme
6be5c32fe7
Updated revision date of changed Python files. 2017-05-04 13:08:20 +02:00
Cédric Bonhomme
5f5c07493c
Introduce a new argument in a2bits_list in order to specify the encoding of the string (unicode) 2017-05-04 13:05:56 +02:00
Cédric Bonhomme
4fc8eac172
a2bits_list now return a list of 32 bits characters 2017-03-20 22:53:55 +01:00
Cédric Bonhomme
6ad140bdfb
Management of unicode. It would be perfect to manage ASCII and unicode in the same time (so 8 bits to 32 bits caracters). 2017-03-13 09:34:43 +01:00
Cédric Bonhomme
53cdd28fee
Test the function which transforms a binary file to a printable string. 2017-03-09 10:33:58 +01:00
Cédric Bonhomme
7c9530aa9d
More tests for the generators. 2017-03-09 08:54:13 +01:00
Cédric Bonhomme
adca3f701a
Updated tests. 2017-03-08 23:08:18 +01:00