florian.vuillemot florian.vuillemot
  • Paris
  • Joined on 2019-02-11
florian.vuillemot pushed to feature/#25-json-to-sql at fsfe-system-hackers/forms 2023-07-10 20:13:48 +00:00
5378b3974b Replace json store calls with model calls
b669b36334 Add draft repository model to replace JSON log
9781912375 Add the postgresl SQL config
bf84d7ed6f fix Limiter error due to an API change
4f9d2838f5 Add the postgresql container draft in the docker compose
Compare 6 commits »
florian.vuillemot commented on issue reuse/api#16 2022-02-06 18:48:17 +00:00
Automated test suite

Do you have any ideas for other tests?

florian.vuillemot commented on pull request reuse/api#50 2022-02-06 18:45:22 +00:00
Add unittests, bump quality check versions

Looks perfect :)

florian.vuillemot commented on pull request reuse/api#50 2022-02-06 09:36:16 +00:00
Add unittests, bump quality check versions

You can run test with docker-compose with

docker-compose -f docker-compose.test.yml

The `.env' requirements are normally completed.

All networks problems are fixed for test. For dev…

florian.vuillemot pushed to tests/add_unittest_skeletton at reuse/api 2022-02-05 16:39:04 +00:00
898c2d0fdc Update test doc
3ee53de683 Allow test to run with a single docker compose
bf22bd33b3 Revert external networks
5b1bff7efd Add default value for secret key in test mode
620329315f Remove useless network indev docker compose
Compare 5 commits »
florian.vuillemot commented on pull request reuse/api#50 2022-01-17 19:26:39 +00:00
Add unittests, bump quality check versions

Oups sorry I missed informations I think !

Could you try to install pipenv packages with the --dev option ?

I will search for the docker problem.

florian.vuillemot commented on pull request reuse/api#50 2022-01-17 08:17:41 +00:00
Add unittests, bump quality check versions

Sorry for the delay.

You should be able to run tests without docker :)

Should I remove all target in docker-compose?

florian.vuillemot pushed to tests/add_unittest_skeletton at reuse/api 2022-01-17 08:15:00 +00:00
afc8a9d836 Update doc
5fa6b3be93 Allow tests to run without dependencies
3fe65ef7f6 Check if csrf token exists before delete it
bc77f54469 Remove useless env variable
efcddc5379 Fix test on views
Compare 20 commits »
florian.vuillemot pushed to tests/add_unittest_skeletton at reuse/api 2022-01-17 08:09:17 +00:00
91791852c0 Update doc
florian.vuillemot pushed to tests/add_unittest_skeletton at reuse/api 2022-01-17 08:04:37 +00:00
4375e21a97 Allow tests to run without dependencies
a7730176c9 Check if csrf token exists before delete it
6a7d741518 Remove useless env variable
Compare 3 commits »
florian.vuillemot commented on pull request reuse/api#50 2021-11-01 20:33:43 +00:00
Add unittests, bump quality check versions

@reinhard could you please review this PR?

florian.vuillemot commented on pull request reuse/api#50 2021-11-01 20:32:28 +00:00
Add unittests, bump quality check versions

My problem was with the FORMS_FILE which was not defined. It should work now :)

florian.vuillemot pushed to tests/add_unittest_skeletton at reuse/api 2021-11-01 20:29:27 +00:00
d3b187921b Fix test on views
florian.vuillemot commented on pull request reuse/api#50 2021-10-09 15:28:42 +00:00
Add unittests, bump quality check versions

@reinhard I have an error with the test test_register but I don't understand how to fix it. Could you please check it ?

florian.vuillemot created pull request reuse/api#50 2021-10-09 15:26:55 +00:00
Add unitest
florian.vuillemot pushed to tests/add_unittest_skeletton at reuse/api 2021-10-09 15:25:15 +00:00
a90d1c82e9 Add test on register
1c668358f0 Override FORMS_URL to test
f3a6d23a19 Add doc to run automatic tests
3cb11b0edc Clean Docker usage for dev/test/prod
6342aeb171 Check if the root url return a response of 200
Compare 10 commits »
florian.vuillemot created branch tests/add_unittest_skeletton in reuse/api 2021-10-09 15:25:14 +00:00
florian.vuillemot commented on issue reuse/api#16 2021-09-17 07:29:38 +00:00
Automated test suite

I'm not sure how to test the whole application, especially because of the FORMS dependency. Do you have an idea?

But, I can do a unit test on scheduler to start.

florian.vuillemot created pull request reuse/api#47 2021-06-15 20:38:15 +00:00
#35 Allow user to go on project already registered