-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvement of new product fix (#4390)
* added a function that creates a database before addproduct() function connects to it * renamed function to follow convention of naming * retrigger checks * removed unnecessary test case * test commit * changed try catch block * working implementation * commit to check if test cases will work * fixed sqlite error * fixed tests failing * changed behaviour of add_test_package_product to work with new fucntionality of add_product * possible fix of psql_psycopq2 * removed changed to creation of test package product * probable fix * final working implementation * removed automatic prevention of previous jobs, as it was already implemented by other pr * comments applied * probable fix multiple server database prohibition problem * fix of failing test * log fix * final implementation * final final commit * uncommented a test case
- Loading branch information
Showing
3 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters